navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Horizontal Link Help

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Horizontal Link Help
Page: [1]
 
MCD

 

Posts: 660
Joined: 3/19/2002
From: Al USA
Status: offline

 
Horizontal Link Help - 5/12/2008 12:59:28   
I am having fits with a horizontal list that I will use for links. For some reason I'm missing the boat. Can anyone help?

Here is my CSS

#outerWrapper #top_Navigation ul {
list-style-type: none;
width: 100%;
padding: 0px;
margin: 0px;
}

#outerWrapper #top_Navigation li {
float: left;
}

#outerWrapper #top_Navigation li a:link {
color: #eaeff5;
text-decoration: none;
display: block;
border: 1px solid #ff0000;
padding-right: 5px;
padding-left: 5px;
background-color: #2d2e2e;
margin-right: 2px;
}
#outerWrapper #top_Navigation li a:hover {
color: #eaeff5;
text-decoration: none;
border: 1px solid #00ff00;
background-color: #2d2e2e;
}


Here is the HTML

<div id="topNavigation">
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#"> Link 3</a></li>
<li><a href="#"> Link 3</a></li>
</ul>
</div>


_____________________________

Author of " How To Build A Website With Duct Tape"
Tailslide

 

Posts: 6108
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Horizontal Link Help - 5/12/2008 14:04:51   

topNavigation versus top_Navigation

Change one or other to match.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to MCD)
MCD

 

Posts: 660
Joined: 3/19/2002
From: Al USA
Status: offline

 
RE: Horizontal Link Help - 5/12/2008 14:57:47   
Thanks a ton Tailside. I'm trying to learn more CSS and I'm sweating over a little typo.

_____________________________

Author of " How To Build A Website With Duct Tape"

(in reply to Tailslide)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Horizontal Link Help
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts