icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.
Old April 16th, 2005, 10:52 AM   #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>
__________________
This is my signature
current works in progress; clicky
lukus001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old April 16th, 2005, 11:36 AM   #2 (permalink)
Surpass Fan
Super #1
 
Kathleen's Avatar
 
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.
__________________
http://moore-mays.org
2005 Surpassie Winner for Most Comic
Kathleen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old April 16th, 2005, 11:37 AM   #3 (permalink)
Surpass Fan
Super #1
 
Kathleen's Avatar
 
Joined in Sep 2004
Lives in Southern MD
Hosted on Pass 24
1,016 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
Oh and up at the top of each section you have ( and not {
__________________
http://moore-mays.org
2005 Surpassie Winner for Most Comic
Kathleen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old April 16th, 2005, 11:43 AM   #4 (permalink)
newb
Comfy Contributor
 
Joined in Jun 2004
257 posts
Gave thanks: 0
Thanked 0 times
rotflmao, that'll be why, thank you.
__________________
This is my signature
current works in progress; clicky
lukus001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old April 16th, 2005, 11:47 AM   #5 (permalink)
Surpass Fan
Super #1
 
Kathleen's Avatar
 
Joined in Sep 2004
Lives in Southern MD
Hosted on Pass 24
1,016 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
Your Welcome!
__________________
http://moore-mays.org
2005 Surpassie Winner for Most Comic
Kathleen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old April 16th, 2005, 2:28 PM   #6 (permalink)
H
after g, before i
Resident.
 
H's Avatar
 
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.
H is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old April 16th, 2005, 6:34 PM   #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.
__________________
This is my signature
current works in progress; clicky
lukus001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old April 16th, 2005, 7:07 PM   #8 (permalink)
ceo
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.
ceo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old April 16th, 2005, 7:14 PM   #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.
__________________
This is my signature
current works in progress; clicky
lukus001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On