Printer Friendly Version
Email this thread to a friend
|
How i can get Page Rank? (In: Google)
Netscape ? (In: Members Lounge)
all the results in 1 page (In: SEO Tools and Software Utilities)
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
doenni
Joined: Dec 28, 2004
# Posts: 2
|
Posted: 2004-Dec-29 05:00
Hi guys, I need your help! I've created a webside and everything is shown correctly with IE and Opera but NN is not doing it. My whole page is not centered and my drop-down-menu is also not working. Can someone help me to solve these problems? Thanks! If necessary see the link to my page in my profil!
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10418
|
Posted: 2004-Dec-29 20:37
Run the pages through http://validator.w3.org/detailed.html first and correct any errors found.
Post again if there are still any problems, or if you have trouble correcting any of them.
|
 |
doenni
Joined: Dec 28, 2004
# Posts: 2
|
Posted: 2004-Dec-29 21:43
Thanks for you reply! I have checked my page wiyh the html and css validator and everything is fine!
The java script is:
function showmenu(elmnt)
{ document.all(elmnt).style.visibility="visible" }
function hidemenu(elmnt)
{ document.all(elmnt).style.visibility="hidden" }
|
 |
lizardz
Joined: Nov 12, 2004
# Posts: 1394
|
Posted: 2005-Jan-10 23:55
Actually, what you're seeing is probably some type of error in your code, which opera and ie are allowing to display the way you intended, but in firefox/netscape you are seeing it the way it actually is. I assume when you say netscape you mean the new mozilla browser, not the old netscape 4 browser, which will never display anything correctly if you use CSS.
If you validated the html and css, that just means you don't have any technical errors, it doesn't mean you don't have other kinds of errors. Most drop menu scripts you get just don't work very well cross browser, although you can make them work, it's possible. Just hard. Many times they use incorrect browser detection, and simply miss the browser, that's very common, they almost always do mozilla detection wrong.
It's easier to develop in firefox/netscape, then debug the errors in IE, then make it work in Opera if you feel like being nice to all 3 or 4 opera visitors your site will get every week.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|