Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Style relative creates empty area
Message
From
04/03/2013 13:01:37
 
 
To
04/03/2013 10:12:03
General information
Forum:
HTML5
Category:
HTML
Miscellaneous
Thread ID:
01566796
Message ID:
01567376
Views:
39
This message has been marked as a message which has helped to the initial question of the thread.
>>What you are describing sounds more like position:fixed than position:absolute.
>>
>>Absolutely positioned objects still move with the scroll bar.
>
>I adjusted with a main container relative and position the div absolute. I do however have to calculate the height as I go down as I need to display each of them and based on the above content, this may change.
>
>Thanks


Sounds like you could probably avoid that by using another container.

div id=main
div class=child position=relative
div class=child2 position=absolute
/div
/div
/div

Although maybe you can create an example page of what you're doing so I can help more accurately.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform