![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
You may be better using a seperate style sheet for IE6
|
|
|||
|
It looks as if ie has added padding or margin somewhere and therefore the image/containing div is too wide. If you put a set width on the box1 containing div and then set:
#box1{ overflow:hidden; } and #submenu{ overflow:hidden; } That should solve the problem, Last edited by Marc; 03-07-2007 at 12:59 PM. |
|
||||
|
I noticed in IE6, compared to IE7, FF, Opera, Safari, and a pod of other browser types, that margin sizes are different. For instance, margin-right: 10px in FF makes a right margin of 10px, but in IE6, it makes a margin of something closer to 21. It's weird. I use IF IE 6 clause, very simple and doesn't break validity.
Just put this in your head tags of the page(s) with trouble with whatever new updated directive for IE. (worth with other things besides css as well) Code:
<!--[if IE 6]> <style> /* Your updated IE code here */ </style> <![endif]--> |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with IE | spnwebdesign | Graphic Design and Web Design Help | 7 | 24-02-2008 03:07 PM |
| IE.. problem | maiova | CSS Forum | 7 | 09-12-2007 06:23 AM |
| Pen Tool Problem | ThisCity | Graphic Design Forum | 9 | 08-11-2007 03:13 PM |
| Simple Problem | petra | Off Topic | 15 | 03-10-2007 09:38 AM |
| IE7 CSS problem | andy.gongea | CSS Forum | 13 | 12-06-2007 01:40 PM |
| All times are GMT. The time now is 12:24 AM. |