Help...., Css navigation placement |
Help...., Css navigation placement |
Apr 19 2008, 09:51 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 83 Joined: Feb 2005 Member No: 97,525 |
Ok, i'm working on recoding my existing layout and i can't figure this out. http://myspace.com/ashleytestlayout is what i'm working on now and it has the navigation under the box, i want the links (home, add, and ect.) next to each other not all underneath each other. I want them to be lined up under the box, if that makes any sence. please help, i can't figure this out. Thanks :)
|
|
|
|
![]() |
Apr 19 2008, 10:49 AM
Post
#2
|
|
![]() simple and clean... ![]() ![]() ![]() ![]() Group: Official Designer Posts: 149 Joined: Nov 2006 Member No: 478,009 |
The problem was that you put display:block; in your code. Here's what its supposed to be in this part of your code:
CODE a.nava, a.nava:link, a.nava:active, a.nava:visited
{width:200%px; margin:0px; margin-top:0px; margin-bottom:0px; padding-right:0px; padding-left:0px; background:transparent; font-family:arial; font-size:12px; font-weight:bold; color: white; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; text-align:; } a.nava:hover {width:100%px; font-family:arial; font-size:12px; font-weight: bold; color: 3b5650; letter-spacing: 3px; text-decoration:none; text-transform:uppercase; cursor:crosshair;} |
|
|
|
Tweeti Help.... Apr 19 2008, 09:51 AM
Tweeti thank you soo much! Apr 19 2008, 05:29 PM
Tweeti ok... 1 more question, at http://myspace.com/ashle... Apr 19 2008, 06:17 PM
pandora CODEa:link, a:visited {color: #ffffff;... Apr 19 2008, 07:29 PM
Tweeti it didn't work Apr 19 2008, 07:46 PM
Tweeti i put it in the about div..... here's what i h... Apr 20 2008, 07:24 AM
Tweeti that's all i have in the about me section. thi... Apr 20 2008, 12:03 PM
Insurmountable Change your about me code to this:
CODE<span cl... Apr 20 2008, 12:28 PM
Tweeti QUOTE(Insurmountable @ Apr 20 2008, 12:28... Apr 20 2008, 03:36 PM
S-Majere Great stuff!
Topic Closed. Apr 20 2008, 03:50 PM![]() ![]() |