Problems with IE6 Layout

This is a discussion on "Problems with IE6 Layout" within the Web Page Design section. This forum, and the thread "Problems with IE6 Layout are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 13th, 2005, 22:40
New Member
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Problems with IE6 Layout

Hi, Guys. AM creating a site

http://www.exploitation.org.uk/

Everything is how I want it to appear in Firefox, but.....in IE everything appears out of synce.

Any ideas why? Cannot seem to think why this is...think have been staring at it for to long..

Hope someone can help cheers guys.

PS.
The style sheet is at the following address

ExploitStyle.css
Reply With Quote

  #2 (permalink)  
Old Oct 14th, 2005, 00:01
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Can't spot anything obvous, however acording to the w3c css validator
Quote:
Line: 143 Context : *

Parse Error - *html #navlist li{ width:214px; }
Not sure if that will actualy fix anything.
Try useing absolut postioning for your elements, IE has a harder time screwing those up.
Reply With Quote
  #3 (permalink)  
Old Oct 14th, 2005, 21:22
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
The core problem in cases like this is usually IE's poor interpretation of the CSS box model and its own 'preset' values for common CSS and HTML elements.
Try starting your stylesheet with:
Code: Select all
* { margin:0;padding:0 }
While this may initially screw all your layout, it will level the playing field between different browsers and allow you to specify your own exact margins and padding for each element, which should then appear correctly in almost all browsers.

In addition, when defining your new margin and padding values, try to avoid defining both a margin and a padding to the same element.
Reply With Quote
Reply

Tags
problems, ie6, layout

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
2 layout problems FF + IE when resizing browserwindow tilto Web Page Design 0 Mar 17th, 2008 08:55
FF and IE Layout problems cododonnell Web Page Design 9 Nov 2nd, 2007 22:03
sticky roll overs - two problems with a layout artdog Web Page Design 0 Feb 7th, 2007 12:56
problems with layout in dreamweaver 8 CSS andyseaton2003 Web Page Design 4 Oct 2nd, 2006 17:58
Layout and template problems The Hick Man Web Page Design 3 Sep 1st, 2006 17:32


All times are GMT. The time now is 21:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43