Forum Moderators: not2easy
<No URLs, thanks. See TOS [WebmasterWorld.com] and CSS Forum Charter [WebmasterWorld.com]>
They are contained within a <div> and there's nothing exceptional about them.
Has anyone else seen this type of behavior? I appretiate anyone's help. I'd like to get this working on both browsers.
Thanks,
~Todd
[edited by: SuzyUK at 8:31 pm (utc) on Mar. 7, 2005]
#menu {
position: absolute;
top: 80px;
left: 300px;
height: 20px;
width: 470px;
text-align: right;
font-size: 14px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #00ffff;
}
here's the HTML for that section:
<div id="menu">
<a href="default.asp">Home</a>
<a href="news.asp">News</a>
<a href="shows.asp">Shows</a>
<a href="media.asp">Media</a>
<a href="bios.asp">Bios</a>
<a href="blog.asp">Blogs</a>
<a href="contact.asp">Contact</a>
<a href="forum.asp">Forum</a>
<a href="links.asp">Links</a>
</div>
Pretty straight-forward I thought, but maybe I'm missing something.
Thanks again for any help!
~Todd
I've offically lowered myself in web-design rank: web-rookie.
Thanks for everyone's help. I do appretiate it.
~Todd