/    Sign up×
Community /Pin to ProfileBookmark

Pls HELP…problems with IE and 2 columns layout

Hi all…my very first posting here…sorry for my english…I’m italian

I’m trying to convert my website to CSS and I love the way it works…BUT
after working on a 2 columns layout I receive 2 different results:

MOZILLA is perfect…I have a 100% width header and footer and the content divided into a large area with the main content and a 200px width right nav bar…

IE6 a drama…
I have the header and the footer large as the content and the NAV bar on the far right of the page…OUT of the rest; in order to see it I have to scroll to the right

this is the link…
[url]http://www.legaforum.com/Fantacalcio/Boboli/sito_css/base_or.php[/url]

where do I fail ??? ?
thanx for your help
Roberto

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@LeeUNov 11.2004 — IE 6 is going into quirks mode. You need to provide a DOCTYPE for it to go into standard mode. See: [URL=http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/DOCTYPE.asp]Microsoft DOCTYPE doc[/URL]

Place one of the following at the very top of your page, before the :[CODE]<html>[/CODE] code:

[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">[/CODE]

[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">[/CODE]

See also: [URL=http://www.w3.org/TR/html401/struct/global.html#h-7.2]http://www.w3.org/TR/html401/struct/global.html#h-7.2[/URL]
Copy linkTweet thisAlerts:
@boboliauthorNov 11.2004 — [i]Originally posted by LeeU [/i]

[B]IE 6 is going into quirks mode. You need to provide a DOCTYPE for it to go into standard mode. See: [URL=http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/DOCTYPE.asp]Microsoft DOCTYPE doc[/URL]



Place one of the following at the very top of your page, before the :
[CODE]<html>[/CODE] code:

[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">[/CODE]

[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">[/CODE]

See also: [URL=http://www.w3.org/TR/html401/struct/global.html#h-7.2]http://www.w3.org/TR/html401/struct/global.html#h-7.2[/URL] [/B][/QUOTE]


it worked!!! you have been really helpful...

if you saw the pages...would you have suggestions to improve them ???

any idea will help...

thank you again

Roberto
×

Success!

Help @boboli 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.18,
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,
)...