Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Link menu with right border Re: Link menu with right border

#74072
xe2
Member

This seems so simple, I just can’t get it to work. Here is the html for the list

<div id="toplinks">
<ul>
<li><a href="#" >Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Contact Us</a> </li>
</ul>
</div>

How do I attach it? I’ve tried doing it like all the other font styles and it doesn’t work.

I can attach a style to everything else on my layout, just not 1 link, in that list. I’ve managed to do absolutely everything I wanted with css for my layout except this, which is funny because it’s so simple. I’ve googled it, searched forums, etc, and still can’t find how to do it.

edit2:— here is the layout. I haven’t cleaned up the html or css so please don’t laugh too much. Still working on it, will make everything nice and neat once I’m done =)