|
Posted by Jonathan N. Little on 05/22/06 15:41
David Smithz wrote:
> "Jonathan N. Little" <lws4art@centralva.net> wrote in message
> news:4470ff94$0$3684$cb0e7fc6@news.centralva.net...
>> Instead of using absolute positioning and altering the visibility, (BTW
>> visibility: hidden; the element is still "physically" there , just not
>> visible) use "display: none;" instead. Or I have found not playing with
>> the display of an element but 'pushing" out of the viewport is less
>> quirky, for example, "left: -999em;" or "margin-left: -999em;"
>
>
> Hmmm, looked promising, but still did not work. Still have the same problem.
> As soon as I change the positioning to absolute it starts occurring. I did
> try the shift to the left off screen thing and the same problem occurs if I
> use absolute positioning.
>
> Any other ideas?
>
>
Did you set a width on that DIV?
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|