This is a discussion on "IE6 bully: pushing my divs around" within the Web Page Design section. This forum, and the thread "IE6 bully: pushing my divs around are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE6 bully: pushing my divs around
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
IE6 bully: pushing my divs around
Hi all,
so here's a site on a testing server. http://www.sugarmapleresort.net/photos/ In IE7 and firefox, it looks great, but in IE6, my elements get pushed down and slightly to the left. Do I use negative margins in an external style sheet for IE6 to correct this? Or is there a way to correct for it without a hack? Thanks! |
|
|
|
|||
|
Re: IE6 bully: pushing my divs around
unfortunately, people still using windows 2000 aren't allowed to upgrade to IE7, and a lot of those people are my audience for the camp yale site. it's a pain in my rear.
thanks for the suggestion though, mason! i figured out one of the problems though. IE6 doesn't like: div { float: left;} you've gotta give the float attribute to each individual div for everything to work properly, but also keep the div {float: left; } for good browsers, then, on the more specific div tags, that you don't want the float attribute associated with, include {float: none; }. i hate hate HATE extra markup, but til the IE's before 7 are abolished, i guess i'm stuck with it. lest there are cleaner tricks to use that smarter people might know about... : ) |
![]() |
| Tags |
| ie6 problem, positioning problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IE pushing table down the page | PeterBailey2 | Web Page Design | 14 | May 3rd, 2007 13:57 |
| Divs in a row | hessodreamy | Web Page Design | 5 | Feb 17th, 2006 18:40 |
| 'Pushing' a font to the user | Paul.Yeoman | Web Page Design | 7 | Jan 27th, 2006 15:46 |
| Divs in a row | hessodreamy | Web Page Design | 1 | Nov 15th, 2005 15:58 |