need help with my site

lynchknot

OSNN Senior Addict
Joined
1 Sep 2002
Messages
800
Hello. I need help with my site. Will someone tell me/show me how to specify text size for the links bar only, while ignoring browser text settings? If I specify a large minimum (over 10px) with Firebird, my links bar becomes screwed up. Thank you.
 
Well this sucks. Someone just told me that it is not possible. Browser text settings will always take precedence over author settings.
 
Do you mean something like
<span style="font-size:12px;"> nav bar here </span> ??
 
That did not work but this does. My nav bar now conforms to whatever size the browser specifies.



Code:
#nav {
   font: bold 10px Arial,sans-serif;
   background: #fff url('bar.png');
   padding: 2px;
   border: 1px solid #5b5b5b;
   text-align: center;
   margin: 0;
}

#nav li {
   display: inline;
   padding: 0;
   margin: 0;
}

#nav a:link,
#nav a:hover,
#nav a:visited{
   color: #333;
   padding: 2px 4px;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
}

#nav a:hover{
   border-left-color: #558fb5;
   border-right-color: #6f9eca;
   background-image: url('bar2.png');
}
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back