kusi
11-11-2003, 08:03 AM
What might be the problem?
|
Click to See Complete Forum and Search --> : <div style="position:absolute; top:50;left:50 " works not in IE still kusi 11-11-2003, 08:03 AM What might be the problem? Gollum 11-11-2003, 08:07 AM It's hard to say. It seems to work fine in my IE (6.0.2600.0000) and all the other ones I've tested. What is happening on yours? Fang 11-11-2003, 08:15 AM 50 what? % px em monkeys? ;) kusi 11-11-2003, 08:22 AM i have another one at the bottom <div style="position:absolute; top:400;left:0 " and it is rendered as expected.. but this 50 50 gets located some 300-400 pixels right extra.??? Might it be because it is a jsp included page into the original page? I mean: <div style="position:absolute; top:50;left:50 " is in a jsp page which gets dynamically included into my main jsp page. the main jsp page has the <div style="position:absolute; top:400;left:0 " layer.. maybe?? kusi 11-11-2003, 08:31 AM style="position:relative; top:50; left:-350; " now made it relative and gave minus value..now it is somehow in my expected location, but this time on Opera it gets wrongly located. what is this thing? Fang 11-11-2003, 11:11 AM How about a link to this problem page? kusi 11-11-2003, 12:26 PM Thx to each and all of you guys; I solved it: at the top there exists a custom tag, which I didnot look at what it was doing. It creates a table which contains later my inner content table, and gets my <td> there, about 300 pixels further to the right. it is fault of me to have not been able to see that.. sorry for bothering you. the computer never mistakes, we human beings mistake!!! webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |