/    Sign up×
Community /Pin to ProfileBookmark

Help for an IE 5.5 layout

Hi,

I’m trying to make a simple page that will work in IE 5.5:
It should have a centered page container, about 760.
In that there should be a header row, then under that a navigation row.
Under that, a 4 square where each square is 380 width and 300 height.
And lastly under that, a footer row.

I tried making it but it would not center, and the right squares would not show up in firefox. Also there were overflow issues.

Any help would be appreciated, thanks! ?

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@toicontienSep 22.2006 — No suggestions until we see the HTML and CSS ?
Copy linkTweet thisAlerts:
@felgallSep 22.2006 — IE 5.5 uses the text-align:center to centre content rather than the correct margin:float used by other browsers. To get it to work for both you can set

body {margin:0; padding: 0; text-align:center;}

#content {margin: 0 auto; text-align:left; width:760px;}
×

Success!

Help @st3ady spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...