Background image in link, link class stuff |
Background image in link, link class stuff |
![]()
Post
#1
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 ![]() |
So I can't figure out images in link classes.
I want an image aligned left center. but I can't get the image to show up CODE <style type="text/css">
.nav_left{ display:block; width:92px; height:16px; color:8c0000; text-decoration:none; background-color: FFFFFF; background-image:url(http://img134.imageshack.us/img134/3197/lcornerjk1.gif) left center no-repeat; background-attachment:fixed; text-align: right; padding-top:0px; } </style> <a href="http://home.myspace.com/index.cfm?fuseaction=user" class="nav_left">Home</a> |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
![]() I did it diff. That is not going to automatically add that to all your links It will only add it when you do: <div class="nav_left">text</div> Or when you make links in that class. Its not going to do it for all your links.. |
|
|
![]() ![]() |