Results 1 to 8 of 8

Thread: [RESOLVED] More CSS problems :( (Resolved Again)

Threaded View

  1. #1

    Thread Starter
    Fanatic Member space_monkey's Avatar
    Join Date
    Apr 2005
    Location
    神と歩くこと
    Posts
    573

    Resolved [RESOLVED] More CSS problems :( (Resolved Again)

    Ok went looking for some examples on how to make my website look cooler. I found a css example that was pretty simple and looked neat. Just a basic change of a hyperlinks background color on hover. Here's the code in the css page.

    Code:
    	ul
    	{
    		float:left;
    		width:100%;
    		padding:0;
    		margin:0;
    		list-style-type:none;
    	}
    	a
    	{
    		float:left;
    		width:6em;
    		text-decoration:none;
    		color:White;
    		background-color:Navy;
    		padding:0.2em 0.6em;
    		border-right:1px solid white;
    	}
    	a:hover {background-color:Black}
    	li {display:inline}
    My problem is that now i want to do a different kind of hyperlink on the same page, but i keep getting this style. I'm trying to create a seperate menu on the left that will be full of hyperlinks but i'd like them to be a different still. I put the links in a component and then dropped them on the page but i still get the same style. If you can point me in the right direction i'd appreciate it.

    Thanks
    Andy
    Last edited by space_monkey; Apr 7th, 2006 at 11:27 AM.
    Using VB6 or VB.net 2008 with .net 3.5
    "Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width