Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Cabbit

macrumors 68020
Original poster
Jan 30, 2006
2,128
1
Scotland
i have a site i im working on for my guild and to make the navigation border disappear on the selected item so that is is pure orange instead of having a black bar.

here is a pretty link, i have for review put the css in the document.

linkies
 

torndownunit

macrumors regular
Jan 4, 2009
242
0
I am in a rush so I can't look through the code. But one of your CSS classes must have a border on it for the border to be there. Find it and remove it.
 

belvdr

macrumors 603
Aug 15, 2005
5,945
1,372
I didn't see one in the Navigation class. I think putting "border: 0" would fix that.
 

torndownunit

macrumors regular
Jan 4, 2009
242
0
I didn't see one in the Navigation class. I think putting "border: 0" would fix that.

I only glanced quick, but it seems there is a borders in here:

Code:
#navagation li a {
  color: #fff;
  float:left;
  border-right: 1px solid #999;
  width:85px;
  height:40px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  font-size: 1.0em;
  font-weight: normal;
  font-style: normal;
  background-position: center;

I am no expert by any means, and am in a rush to compound that. But that is the first place I would be looking
 

angelwatt

Moderator emeritus
Aug 16, 2005
7,852
9
USA
Looks a few people were quick to answer, but never looked at the code.

On #navagation, get rid of overflow: hidden. Then for .active_link you can set border-bottom to the shade of orange you need. Without getting rid of the overflow, the border part won't show up because it falls outside the overflow area.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.