WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Ah Need help Please Empty Ah Need help Please Wed May 08, 2013 7:24 am

xlSuperMonkeylx

xlSuperMonkeylx
Registered Member
Registered Member
So I am making a website (duh....) but when I try to make a rollover so when you hover over a link it'll show a pair of scissors..... Heres my css...

Code:
#nav ul   {
   margin: 0px;
   padding: 3px;
   list-style-type: none;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 15px;
}
#nav ul li   {
   margin: 2px 0 0;
}
#nav ul li a   {
   display:block;
   width: 120px;
        height: 20px;
   padding: 2px 2px 2px 10px;
   border: 1px solid #000000;
   background: #267777;
   text-decoration: none;
   filter: blendTrans(duration=0.5);
        color: #FFFFFF;
}
#nav ul li a:link, #nav ul li a:active   {
   color: #000000;
}
#nav ul li a:hover   {
   border: 1px solid #000000;
   background-color: #00AFAF;
        background-image: url("images/background-link.png");
   color: #ffffff;   
}

But anyways it wont appear the image is the same size as the nav but still no scissors showing up... Please help me i need money for this summer Crying or Very sad So if you know why it wont show or a possible way to show this then please help me Exclamation

2Ah Need help Please Empty Re: Ah Need help Please Thu May 09, 2013 11:26 am

Sanket

Sanket
Administrator
Administrator
images/background-link.png

Didn't you change that image link?

http://www.webartzforum.com

3Ah Need help Please Empty Re: Ah Need help Please Fri May 10, 2013 7:26 am

xlSuperMonkeylx

xlSuperMonkeylx
Registered Member
Registered Member
Sanket wrote:images/background-link.png

Didn't you change that image link?


I fixed it so this is a solved forum

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum