Thanks a ton, I'm glad you liked the site. Ok, so after tearing my hair for the last couple of hours, I have managed to fix the problem. The clue came from an online resource that said that because of IE's buggy implementation of the box-model, it's best not to use margins or borders alongwith width properties for a div. I had the offending divs set up with a specific width as well as margin. Removing the margin was really screwing things up, so I left that in & removed the widths for these 2 divs. And it works fine now in IE/Win. Whew!! -Anjali
On Apr 27, 2006, at 3:55 PM, cj wrote: > this isn't "this is the solution" per se, but more of "this is part of > the problem". > > if you'll notice in ie, a horizontal scroll bar appears on narrower > screens as well as the div getting pushed down. usually ie will shove > stuff below other stuff when it's too wide to fit the screen, so going > through your code and checking for box model problems on the problem > div is a good place to start. when i enlarge ie to max screen, that > pesky div pops right back up where it should be. > > normal view: 800x600 > max view: 1600x1200 > > > ps - nice looking site. :) i like it. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
