RE: [WSG] Disappearing element in IE

2007-05-14 Thread Stuart Foulstone
] Disappearing element in IE If anyone would like to see it live, go here: http://teratest.terapad.com. Make sure to look in FF first to observe the required specification; then in IE 6 or 7. Thanks to all in advance for their help! Hi Cole, Your CSS looks Ok. What I believe is happening

Re: [WSG] Disappearing element in IE

2007-05-14 Thread Gunlaug Sørtun
Cole Kuryakin wrote: ANYWAY ... I really don't know what's causing the problem ... pretty straight forward stuff that I recall accomplishing in other designs. Nothing is straight forward in IE/win when 'position: absolute' is used - especially next to floats. I suggest you change to...

Re: [WSG] Disappearing element in IE

2007-05-14 Thread Thierry Koblentz
#bottom_nav { position: static; float: right; margin: -150px 9px 0 0; height: 196px; width: 535px; *width: 570px; background: url(/resources/5661/assets/images_community/footer.jpg) no-repeat 0 0; } I'd add display:inline, just to make sure IE doesn't double the right margin. --- Regards,

[WSG] Disappearing element in IE

2007-05-13 Thread Cole Kuryakin
Hello All - I've got an absolutely positioned UL in a design that I'm using as a footer background. In FF it's perfect (stuck to the bottom of the wrapper div as required). In IE (6 and 7) it's gone - no where to be found. Specification of this design is to keep it stuck to the bottom of the

RE: [WSG] Disappearing element in IE

2007-05-13 Thread Cole Kuryakin
Subject: RE: [WSG] Disappearing element in IE If anyone would like to see it live, go here: http://teratest.terapad.com. Make sure to look in FF first to observe the required specification; then in IE 6 or 7. Thanks to all in advance for their help! Hi Cole, Your CSS looks Ok. What I