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...
<!-- m --><a class="postlink" href="http://www.legaforum.com/Fantacalcio/Boboli/sito_css/base_or.php">http://www.legaforum.com/Fantacalcio/Bo ... ase_or.php</a><!-- m -->
where do I fail ???
thanx for your help
RobertoIE 6 is going into quirks mode. You need to provide a DOCTYPE for it to go into standard mode. See: Microsoft DOCTYPE doc (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/DOCTYPE.asp">http://msdn.microsoft.com/workshop/auth ... OCTYPE.asp</a><!-- m -->)
Place one of the following at the very top of your page, before the :<html> code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
See also: <!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/struct/global.html#h-7.2Originally">http://www.w3.org/TR/html401/struct/glo ... Originally</a><!-- m --> posted by LeeU
IE 6 is going into quirks mode. You need to provide a DOCTYPE for it to go into standard mode. See: Microsoft DOCTYPE doc (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/DOCTYPE.asp">http://msdn.microsoft.com/workshop/auth ... OCTYPE.asp</a><!-- m -->)
Place one of the following at the very top of your page, before the :<html> code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
See also: <!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/struct/global.html#h-7.2">http://www.w3.org/TR/html401/struct/global.html#h-7.2</a><!-- m -->
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
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...
<!-- m --><a class="postlink" href="http://www.legaforum.com/Fantacalcio/Boboli/sito_css/base_or.php">http://www.legaforum.com/Fantacalcio/Bo ... ase_or.php</a><!-- m -->
where do I fail ???
thanx for your help
RobertoIE 6 is going into quirks mode. You need to provide a DOCTYPE for it to go into standard mode. See: Microsoft DOCTYPE doc (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/DOCTYPE.asp">http://msdn.microsoft.com/workshop/auth ... OCTYPE.asp</a><!-- m -->)
Place one of the following at the very top of your page, before the :<html> code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
See also: <!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/struct/global.html#h-7.2Originally">http://www.w3.org/TR/html401/struct/glo ... Originally</a><!-- m --> posted by LeeU
IE 6 is going into quirks mode. You need to provide a DOCTYPE for it to go into standard mode. See: Microsoft DOCTYPE doc (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/DOCTYPE.asp">http://msdn.microsoft.com/workshop/auth ... OCTYPE.asp</a><!-- m -->)
Place one of the following at the very top of your page, before the :<html> code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
See also: <!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/struct/global.html#h-7.2">http://www.w3.org/TR/html401/struct/global.html#h-7.2</a><!-- m -->
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