|
|
#1 (permalink) |
|
newb
Comfy Contributor
Joined in Jun 2004
257 posts
Gave thanks: 0
Thanked 0 times
|
links
any one know why this doesnt work?
Code:
a.nav:link ( font-family: Gorgia; font-style: normal; font-variant: normal; font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: normal; color: #000000; } a.nav:visited ( font-family: Gorgia; font-style: normal; font-variant: normal; font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: normal; color: #000000; } a.nav:hover ( font-family: Gorgia; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; letter-spacing: normal; color: #E45498; } a.nav:active ( font-family: Gorgia; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; letter-spacing: normal; color: #59A4DE; } Code:
<div class="navigation"> <a class="nav" href="http://ecorix.com/home">Home</a> | <a class="nav" href="http://ecorix.com/about">About</a> | <a class="nav" href="http://ecorix.com/services">Services</a> | <a class="nav" href="http://ecorix.com/portfolio">Portfolio</a> | <a class="nav" href="http://ecorix.com/sales">Sales</a> | <a class="nav" href="http://ecorix.com/contact">Contact</a> | <a class="nav" href="http://ecorix.com/clientbase">Client base</a> </div> |
|
|
|
|
|
#2 (permalink) |
|
Surpass Fan
Super #1
Joined in Sep 2004
Lives in Southern MD
Hosted on Pass 24
1,016 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
Did you want the font to be Gorgia or did you want Georgia? other than that I can't see anything but Haugland would know better than me.
|
|
|
|
|
|
#6 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,084 posts
Gave thanks: 48
Thanked 131 times
|
Good eye Kathleen. Also, you should include more fonts in the family, like Sans, etc, for those people who either don't have that font or it doesn't come with their OS.
|
|
|
|
|
|
#7 (permalink) |
|
newb
Comfy Contributor
Joined in Jun 2004
257 posts
Gave thanks: 0
Thanked 0 times
|
That font is a standard ? every should have that one...
Anyway, i have a new problem, have a peeky www.ecorix.com in firefox works fine - in IE (did i even need to say?) height: 100% isnt working - the BG on the side should flow to the bottom of the page. |
|
|
|
|
|
#8 (permalink) |
|
Senior Member
Super #1
Joined in Jan 2005
1,546 posts
Gave thanks: 70
Thanked 33 times
|
*scratches head* What about the height...the only difference I see is stuff isn't centered...
EDIT: Oh, I see - the background (I should read better)...hmmm, I can't see the issue. Honestly. Did you try removing the height, I've never used it to repeat the whole way down a page, it should do it automatically lest you tell it NOT to specifically. Also regarding the font - Georgia is standard on Windows OS, but I don't know about Mac...and it's really a good thing to always have a generic option anyway (sans-serif, serif, or monospace depending on what font family you want) just to be on the safe side - and validate your CSS. |
|
|
|
|
|
#9 (permalink) |
|
newb
Comfy Contributor
Joined in Jun 2004
257 posts
Gave thanks: 0
Thanked 0 times
|
body = 100% fixes it - IE doesnt treat body as the full page but as "auto" meaning it will be based upon the elements inside /other conditions within body to size it.
My CSS editor should really be validating my code - but i guess it sucks lol. i named "position" possition and had 3 hours of tourture. |
|
|
|