What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » some css help

some css help
Author: Message:
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
35 / Male / –
Joined: Jun 2004
RE: some css help
code:
#menu a{
    width: 50px;
    height: 15px;
    display: block;
    background: #011F9E;
    color: white;
    float: left;
}
#menu a:hover{
    background: #E1E1FF;
    border-left: 3px solid #011F9E;
}

In bold is the bit you need to add to make them all on one line, and i also deleted the stuff you dont need in the :hover statement because it should be inherited from the previous bit.
12-20-2005 12:32 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
some css help - by Supersonicdarky on 12-20-2005 at 02:45 AM
RE: some css help - by Eljay on 12-20-2005 at 08:47 AM
RE: some css help - by Supersonicdarky on 12-20-2005 at 12:01 PM
RE: some css help - by Eljay on 12-20-2005 at 12:04 PM
RE: some css help - by Supersonicdarky on 12-20-2005 at 12:06 PM
RE: some css help - by Plik on 12-20-2005 at 12:32 PM
RE: some css help - by Supersonicdarky on 12-20-2005 at 12:51 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On