![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#1 |
|
WLC Member
Join Date: Sep 2006
Location: Indiana, USA
Posts: 13
|
Greetings everyone!
I am developing a new site and am having some issues with my navigation menu...If you would be so kind to take a look at what is happening I would greatly appreciate it. The two links show what is going on. The first link is what my border looks like in Firefox; notice the gap at the top and bottom between my solid border and my dotted border. This shouldn't be like that. Border in Firefox (2.0). This image shows how it looks in IE. This is how it should look in FF but obviously it does not. Border in IE (7.0). Here is the HTML that controls the menu: Code:
<div id="navcontainer"> <ul id="navitems"> <li><a href="#">Corporate Info</a></li> <li><a href="#">Products</a></li> <li><a href="#">Downloads</a></li> <li><a href="#">Services</a></li> <li><a href="#">Testimonials</a></li> <li><a href="#">Contact Info</a></li> <li><a href="#">Request Quote</a></li> <li><a href="#">Home</a></li> </ul> </div> Code:
#navcontainer {
position:relative;
left:30px;
top:8px;
width:115px;
padding:2px;
border:1px #6d6d55 solid;
text-align:center;
}
#navitems {
margin-left:0px;
padding-left:0px;
list-style:none;
}
#navitems li {
background-image:url(../imgs/navigation/arrow.gif);
background-repeat:no-repeat;
background-position:0.3em;
}
ul li a {
display:block;
padding:2px;
border:1px #86866e dotted;
}
#navcontainer a:link, #navitems a:visited {
color:#000000;
text-decoration:none;
}
#navcontainer a:hover {
background-color:#6d6d55;
background-image:url(../imgs/navigation/arrow-over.gif);
background-repeat:no-repeat;
background-position:0.5em;
text-decoration:none;
}
Code:
#container {
position:relative;
margin:0 auto;
width:800px;
min-height: 100%;
height:100%;
}
Thanks in advance for your efforts! MDH
__________________
-MattDavid.Hall CSS Rookie |
|
|
|
|
|
#2 |
|
WLC Member
Join Date: May 2006
Posts: 42
|
Only thing I can think of is giving the #navitems a margin: 0
__________________
To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. |
|
|
|
|
|
#3 | |
|
WLC Member
Join Date: Sep 2006
Location: Indiana, USA
Posts: 13
|
Quote:
Thanks for your quick reply!
__________________
-MattDavid.Hall CSS Rookie |
|
|
|
|
|
|
#4 |
|
WLC Member
Join Date: May 2006
Posts: 42
|
No probs, glad to help
__________________
To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Internet Explorer Vs Firefox | Mili | HTML & XHTML | 22 | 25th February 08 07:56 PM |
| IE - Firefox | MattDavid.Hall | Browser Compatibility | 0 | 21st March 07 06:31 PM |
| Floats Shifting 1px in Firefox 1.5 | epic | Browser Compatibility | 2 | 10th September 06 09:11 PM |
| IE / Firefox problems | kappel | Browser Compatibility | 3 | 15th August 06 03:15 PM |
| [SOLVED] Hard to switch firefox | Woppi | Browser Compatibility | 7 | 11th May 06 08:13 AM |