-
css background and top nav bar III
Is there any way to get IE 5.2 for the mac to retrieve my background image and Top Navigation Bar III. It sees the main menu bar, but none of the drop down portions work. Here is the css code I am using.
a:link {
color: blue;
}
a:visited
{
color: rgb(51,102,204);
}
a:active {
color: rgb(204,153,102);
}
body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
background: url('images/bg32.gif');
}
h1
{
font-family: Times New Roman, Times, sans-serif;
font-size: 16pt;
color: #000000;
}
h2
{
font-family: Times New Roman, Times, sans-serif;
color: #000000;
}
h3
{
font-family: Times New Roman, Times, sans-serif;
font-size: 12pt;
text-decoration: underline;
color: black;
}
h4
{
font-family: Arial, sans-serif;
font-size: 14pt;
color: red;
}
h5
{
font-family: Times New Roman, Times, sans-serif;
color: #000000;
}
h6
{
font-family: Times New Roman, Times, sans-serif;
font-size: 8pt;
padding: 0;
color: #000000;
}
.menuskin {
position: absolute;
width: 165px;
background-color: Menu;
border:2px solid black;
font: normal 12px Verdana, sans-serif;
line-height: 18px;
z-index: 100;
visibility: hidden;
}
.menuskin a{
text-decoration: none;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}
#mouseoverstyle{
background-color: Highlight;
}
#mouseoverstyle a{
color: #ffffff;
}
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks