Click to See Complete Forum and Search --> : can anyone help


nlikens
02-07-2003, 01:30 PM
I used the resolution checker javascript and it calls the appropriate .css for the visitors screen resolution. this script is pulling coordinates for a dhtml scroller. Works Great except it is pulling my down arrow from my absolute postioned scrollable area to the bottom left of the page when the coordinates in the .css say otherwise. Im stumped can someone help? Here is the link

http://www.travelinggrace.com/index_test.htm

Here one of the .css

<style type="text/css">
#divUpControl{position:absolute; width:440; left:275; top:251; z-index:1; text-align: right}
#divDownControl{position:absolute; width:440; left:275; top:392; z-index:1; text-align: right}
#divContainer{position:absolute; width:440; height:140; overflow:hidden; top:253; left:235; clip:rect(0,440,170,0); visibility:hidden}
#divContent{position:absolute; top:0; left:0}
</style>

khalidali63
02-08-2003, 08:00 AM
I have just posted answer to your roblem in the CSS forum

cheers

Khalid