| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
+
Join Date: May 2005
Location: Tropical Networks
Posts: 1,584
|
CSS headache
hello, I continue my diving in full css based websesign, my first page is about to look decent. thank you all for that. I still have a few trouble listed below : I modified the html file and the CSS file but: #1 I still don't understand how I can make the '1' come near 'PORTFOLIO' as it should be on the design image #2 I've tried lots of wired things, but it seems I can't change the color of the links 'TYPOFACTOR' and 'BLOG' can someone help me again on this ? |
|
|
|
|
|
#2 (permalink) |
|
Registered User
Join Date: Dec 2005
Location: London, UK
Posts: 11
|
#1 remove margin-left 30px; from the id portfolioLinks #2 I assume you want them to be #CCC, yes? In which case you haven't declared NAV_link as a class e.g. Your code: a:link NAV_link{ color: #CCC; } Should be: a .Nav_link { color: #CCC; } |
|
![]() |