Hi
I have brilliant codes which works fine in IE, but not in NN. The problem is that I use a lot of code where I have fixed positions, i.e. style="position:absolute; top:100px; left:100px;
What is the NN match for something like style="position:absolute; top:70px; left:520px;?
tx
style to Netscape
Moderator: General Moderators
- trollll
- Forum Contributor
- Posts: 181
- Joined: Tue Jun 10, 2003 11:56 pm
- Location: Round Rock, TX
- Contact:
I used to rattle this info off the top of my head, but I've kept up more with the back-end of things lately. Check out w3school's css2 reference page, which has compatibility for each css property with Netscape and IE. Unfortunately, they don't have other browsers on it, but it should help at any rate. You may find something useful somewhere in Netscape's developer site, too.
- daven
- Forum Contributor
- Posts: 332
- Joined: Tue Dec 17, 2002 1:29 pm
- Location: Gaithersburg, MD
- Contact:
Query: In the code, do you have a closing double-quote?
If not, NN/Mozilla will not interpret the code correctly, since they break on syntax errors. Other than that, I cannot think of any reason why it should not work. That is nearly identical to my code, and I develop under Mozilla.
style="position:absolute; top:100px; left:100px;"
If not, NN/Mozilla will not interpret the code correctly, since they break on syntax errors. Other than that, I cannot think of any reason why it should not work. That is nearly identical to my code, and I develop under Mozilla.
style="position:absolute; top:100px; left:100px;"