|
|||||||
| Graphics Discussion and technical support for creating and editing graphics for the web. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
using span - float effect
HI...
on my page there is a header 100% width.... I want to load 2 images, one on the left side and the other on the right... I have used span.left and span.right elements, which work under Mozilla and IE5+...: div#header { .... width: 100% } div#header span.left{ float: left; } div#header span.right { float: right; } There is a need to do the same thing on IE 4 (!?!?) but this browser seems to ignore the code above and just places the contents of the span.left element on the left side of the header... How can i simulate this effect on IE4 as well, without having to use tables....? Ok....if there is no other way (than to use tables) how can i emulate the cellpadding and cellspacing attributes? Without them IE misplaces the images in a table inside the header. Can anyone help??? Thanx in advance! Last edited by cssrules; 12-30-2002 at 08:48 PM. |
|
#3
|
|||
|
|||
|
thanks for your tip....
i am going to use either your tip or a combination of a 100% div and a nested table with cellpadding-cellspacing attributes set to 0. Thanx again! |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|