473,387 Members | 3,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

i have a problem with css and netscape

2
please help me as i have to done my graduation project quickly.

the problem that when i put any style with left or bottom command in px the netscape 7.2 can't make this shift in the position so my menus can't appear correctly.

thank u in advance.
Mar 7 '07 #1
3 1438
AricC
1,892 Expert 1GB
please help me as i have to done my graduation project quickly.

the problem that when i put any style with left or bottom command in px the netscape 7.2 can't make this shift in the position so my menus can't appear correctly.

thank u in advance.
Post your code.
Mar 8 '07 #2
bonita
2
Post your code.
it is my code bue the menus names have no meaning as it is only a test code

<html>
<head>
<style>
body{font-family:arial;}

a{color:black;text-decoration:none;font:bold}
a:hover{color:green}
ul.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
}
ul#tutorials
{ position:relative;
left:100 px;
top:-40 px;

}
ul#validation
{ position:relative;
left:100 px;
top:-40 px;
}
li.second
{
position:relative;
top:-140 px;
}


</style>
<script type="text/javascript">
function showmenu(elmnt)
{
document.getElementById(elmnt).style.visibility="v isible"
}
function hidemenu(elmnt)
{
document.getElementById(elmnt).style.visibility="h idden"
}
</script>
</head>

<body>
<h3></h3>

<ul>
<li onmouseover="showmenu('tutorials') ;hidemenu('validation')" class="first">
<a href="/default.asp">Tutorials</a><br></li>
<ul id="tutorials" >
<li ><a href="/html/default.asp" id="bo">HTML</a></li>
<li><a href="/xhtml/default.asp">XHTML</a></li>
<li ><a href="/css/default.asp">CSS</a></li>
<li ><a href="/xml/default.asp">XML</a></li>
<li><a href="/xsl/default.asp">XSL</a></li>
</ul>
</ul>

<ul>
<li onmouseover="showmenu('validation');hidemenu('tuto rials')" class="second">
<a href="/default.asp">validation</a><br></li>
<ul class="menu" id="validation" >
<li ><a href="/html/default.asp">css</a></li>
<li ><a href="/xhtml/default.asp">bonita</a></li>
<li ><a href="/css/default.asp">lkoigd</a></li>
<li ><a href="/xml/default.asp">rfgf</a></li>
<li ><a href="/xsl/default.asp">frg</a></li>
</ul>
</ul>


<p></p>

</body>

</html>

-----------------------------------------------------------------------------------------------------------
and thank u very much for ur co-operation
Mar 9 '07 #3
drhowarddrfine
7,435 Expert 4TB
Validate your html and css for your list of errors.
Are you saying it works in other browsers?
Mar 10 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Sims | last post by:
Hi, if i use... // php $info = getenv("HTTP_USER_AGENT"); // I noticed that Mozzila and Netscape <6(?) both use the same Agent. // so i was thinking of if...
4
by: Yvan J. Gagnon | last post by:
I am encountering a strange problem in Netscape 7 with a CFM file I am trying to troubleshoot (the page is working fine in NS Communicator and IE). Below is a sample of the problematic line of...
6
by: Ingmund Sjåstad | last post by:
Trying to make a dropdown menu. I working nice in IE6 but when I try a link in Netscape 7 nothing happens. Can anybody help me? <html> <head> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
1
by: mark.reichman | last post by:
I have text fields in my form with the same name. I can reference the value of these fields in IE 6.0 like with document.form.field.value. However, netscape 4.7 seems to croak. Why? What is the...
1
by: mark.reichman | last post by:
First off.. Thanks to Grant Wagner for help in a previous thread related to this one. I am at a total loss... I have multiple fields in a form with the same name. Lets call the fields with the...
5
by: zaw | last post by:
Hi I am working on implementing this script to shopping cart. Basically, it copies fill the shipping address from billing automatically. I believe one or more syntax is not netscape compatible....
7
by: denelson | last post by:
Does anyone know what might cause netscape not to open Data Access Pages from Microsoft Access 2000? I can open them fine with internet explorer, but not netscape.
4
by: Nathan Sokalski | last post by:
I was testing out a page of mine that displays the information from Page.Request.Browser. It works exactly as I expected in Internet Explorer and Netscape 4.75 (I didn't expect much in Netscape...
7
by: Joe | last post by:
I've been playing around with atlas for hte past couple days and its very impressive. However the standard browser here is Netscape, specifically: Netscape 7.02 Mozilla/5.0 (Windows; U; Windows NT...
1
by: VK | last post by:
AOL ends support for Netscape Navigator: http://blog.netscape.com/2007/12/28/end-of-support-for-netscape-web-browsers/ They could wait really till January with such "Happy New Year" message: but...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.