|
|
#1 |
|
Silver Member
![]() Join Date: Feb 2011
Posts: 191
|
Some of the feedback for my current site is that there could be more spacing between the links in the navigation bar. It's constructed as an unordered list and uses CSS to hide and hover the drop-down menu items when the mouse moves over them.
I can change the width of the top link using a class, like Code:
.navBarTitle {
width: 5 em;
}
------
<li class = "navBarTitle"><a href = "#">Link</a></li>
__________________
http://www.joshualoves.com/ |
|
|
|
|
|
#2 |
|
Gold Member
![]() Join Date: Feb 2011
Location: Australia
Posts: 369
|
I think the navigation looks good. but if you want you can cheat by putting just a couple spaces at the end using " " of course it's not best practice.
|
|
|
|
|
|
#3 | |
|
Silver Member
![]() Join Date: Feb 2011
Posts: 191
|
Quote:
HTML Code:
#nav ul li a {
padding-right: 2em;
}
-------------
<ul>
<li><a href = "#">A link</a></li>
</ul>
__________________
http://www.joshualoves.com/ Last edited by notarypublic; 03-14-2011 at 08:06 PM. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|