Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cross Browser issue. Re: Cross Browser issue.

#78972
Bob
Member

1. Add

text-align: center;

to the body selector.
Next, add

text-align: left;

to the #page-wrap.

2. Edit: what do you mean, it doesn’t work? In both IE and FF the logo is in the top/left corner of the div. Isn’t that what you want?

3. Also, to save on bandwidth/loading time of your webpage, I’d make the background image into a 1280×1 image, instead of 1280×1024. Then, replace the background-image line in your css with this:

background-image: url('screenshot.png') repeat-x;

That will repeat the image horizontally, but will still look the same