This is a discussion on "ie6 not displaying my layout" within the Web Page Design section. This forum, and the thread "ie6 not displaying my layout are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
ie6 not displaying my layout
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi all. I developed a site in safari using css positioning. This is my first real attempt at css development and I've discovered the wonders of ie.
http://www.i4cevents.com/new/pages/index.htm is the page I developed. Viewed in ff, opera and safari, looks fine (with one or two minor glitches) In ie, things went wrong. I've managed to iron out some major bugs but the box area bottom borders are meant to line up with the box area side borders (which are rounded edge images). The style sheet is at http://www.i4cevents.com/new/styles/mainStyle8.css and this is the main sheet. Inside that sheet, I've imported a ie hack sheet which is at http://www.i4cevents.com/new/styles/ie-win.css Aside from the png problem (which I'm gonna have to work round), why won't the bottom of the boxes align with the side borders? If I try to shrink the length of the boxes from the ie hack sheet nothing happens. WHY???! |
|
|
|
|||
|
Re: ie6 not displaying my layout
okay. I've figured out that the box areas (which are list items) are displaying wrong. In firefox and ie the list items width and height are set the same but in ie the list items are rendered taller than in ff. I can't figure out why. Is it something to do with the margins or padding? The styling for the list items is:
ul li{ float:left; list-style-type:none; background:url('../images/indexRallyGrey.jpg') top left repeat-x fixed; height:298px; width:34%; margin:0 4% 0 0; border-bottom:2px solid #646464; } and in ie the code is slightly changed to: * html body #foreground ul li{ position:relative; background:#dddddd; width:30%; padding:0 0 0 20px; } |
![]() |
| Tags |
| ie6, displaying, layout |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why displaying nothing? | begeiste | PHP Forum | 17 | Oct 1st, 2007 19:22 |
| Fluid layout - IE6 clichés the layout when resizing | cyberseed | Web Page Design | 7 | Jun 16th, 2007 05:14 |
| why is it displaying in IE..?? | tameem | Web Page Design | 3 | Oct 14th, 2006 06:09 |
| Need help displaying XML | Zhan | Web Page Design | 5 | Aug 19th, 2005 18:47 |
| What makes a layout a good layout? | Miles Lombardi | Graphics and 3D | 4 | Jul 26th, 2005 03:22 |