![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I want to be able to define the right property of my absolute positionned elements... for example if a button is 50px left and 150px right, it will resize when the page is resized. This is working fine in Mozilla but it isn't working in Internet Explorer Is this a known bug ? do you have any suggestion without using tables orOnResize event ? |
#3
| |||
| |||
|
|
Maybe without absolute positioning (with a url it would be easier to guess what might work): margin-left:50px; margin-right:150px; width:auto; |
#4
| |||
| |||
|
|
unfortunatly I really need absolute positionning. ^^^^^^^^^^^ |
#5
| |||
| |||
|
|
unfortunatly I really need absolute positionning. ^^^^^^^^^^^ Then, as a WWW page, your design is doomed. Hint: the presentation, no matter how desirable, is optional: that comes with the territory. |
#6
| |||
| |||
|
|
Well I can understand your point of view, however I'm developping a software to ease the process of creating web pages ( http://www.dynamicarchitect.com ) and the whole concept is about absolute positionning. |
#7
| |||
| |||
|
|
Maybe without absolute positioning (with a url it would be easier to guess what might work): margin-left:50px; margin-right:150px; width:auto; Thank you for your fast answer, unfortunatly I really need absolute positionning. |
|
Here is a link to test the behavior in Internet Explorer and Mozilla... the red DIV should resize with the page: http://modularity.free.fr/test/testright.htm |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Well I can understand your point of view, however I'm developping a software to ease the process of creating web pages ( http://www.dynamicarchitect.com ) ... |
#10
| |||
| |||
|
|
The clueless teaching the even more clueless, sheesh. |
![]() |
| Thread Tools | |
| Display Modes | |
| |