PC browser compatibility

This is a discussion on "PC browser compatibility" within the Starting Out section. This forum, and the thread "PC browser compatibility are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Sep 19th, 2007, 16:16
Junior Member
Join Date: Feb 2007
Location: mississippi
Age: 30
Posts: 37
Thanks: 6
Thanked 0 Times in 0 Posts
PC browser compatibility

I know compatibility with other browsers is a big issue. My web page is simple, but it doesnt display on a PC correctly. Why? Where would I go to figure out how to fix this?

www.digitizeyourdigits.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 19th, 2007, 16:21
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PC browser compatibility

Change this

Code: Select all
#wrapper {

  background-image: url(page.jpg);

  height: 964px;

  width: 700px;

  margin: 0 auto; /*CENTERS IMAGE*/

}
to this

Code: Select all
#wrapper {

  background: url(page.jpg) no-repeat top center;

  height: 964px;

  width: 700px;

  margin: 0 auto; /*CENTERS IMAGE*/

}
and margin: 0 auto; doesn't center your image ... it centers your site.

You use the background-position property to center your image/background
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Sep 21st, 2007, 01:10
Junior Member
Join Date: Feb 2007
Location: mississippi
Age: 30
Posts: 37
Thanks: 6
Thanked 0 Times in 0 Posts
Re: PC browser compatibility

Thanks, fixed!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser Compatibility Probelm (trafficwebmaster.com) hemanthjava Web Page Design 1 Mar 1st, 2008 11:49
Browser compatibility issues Craigj1303 Web Page Design 3 Feb 4th, 2008 09:28
AOL Browser Compatibility hortondr Web Page Design 6 Apr 4th, 2007 22:25
Browser compatibility Alsilver Web Page Design 11 Oct 19th, 2006 20:18
Browser compatibility issue wombleUK Web Page Design 6 Sep 6th, 2006 13:58


All times are GMT. The time now is 06:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42