Jump to content

border outset problems


B34ST

Recommended Posts

I have used the border outset function to mak my menu look 3D, this works fine and has the desired effect in firefox but it just puts a black border around the menu in IE. Is there a fix for this or does IE not recognise outset? here is an image showing what I mean

 

menuproblem.jpg

 

and here is the css that creates it:

#leftCol h1 {
font-size:11px;
color:#fff;
background: url('images/hbg.gif');
line-height:20px;
text-transform:uppercase;
voice-family:inherit;
width:139px;
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 5px;
border: 1px black outset;
}

.sidemenu {
background-color: #454545;
margin: 0px 0px 0px 5px;
padding: 0px;
width: 146px;
list-style: none;
}

.sidemenu li a:link,.sidemenu li a:visited {
display:block;
font-size:11px;
color:#fff;
background-color: #454545;
border: 1px black outset;
text-decoration:none;
padding:3px 3px 3px 5px;
}

.sidemenu li a:hover {
background-color:#708eb8;
border-bottom:1px solid #9dbbd4;
border-top:1px solid #435887;
text-decoration:none;
}

 

any help is greatly appreciated

 

Thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.