Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-30-2012, 12:07 AM   PM User | #1
marcink99
New to the CF scene

 
Join Date: Dec 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
marcink99 is an unknown quantity at this point
PlEaSe Help with css sprite how do I change this code?

Ok so for the past couple of day I was playing with my images Iam trying to covert them into css sprite.

My problem is that I have no idea how to remove to replace image with class in the code.
Class=go is linked to the image already. Image needs to be removed from the code.
Code:
<input name="" type="image" src="<?php bloginfo('template_url');?>/images/go.png" class="go" />
Code:
#nav > li + li{position:relative;float:left;color:#d5d4d4;font:11px Verdana, Geneva, sans-serif;text-transform:uppercase;background: url(images/devider.png) no-repeat left 2px;padding:0 0 0 8.4px;margin:0 0 0 8.4px;}
Devider.png is linked to class=devider
Code:
#nav > .current_page_ancestor > a{color:#fff;text-decoration:none;display:block;background:url(images/down.png) no-repeat bottom center;}
Down.png is liked to class=down
Code:
#footer{background:url("images/footer.png") repeat-x scroll 0 -2px #005400;border:medium none;float:left;height:102px;width:100%;}
footer.png is linked to class=footer
Code:
#ftr ul li + li{float:left;color:#9c9c9c;font:11px Verdana, Geneva, sans-serif;background:url(images/footer_devider.png) no-repeat 0px 2px;line-height:13px;padding:0 0 0 10px;margin:0 0 0 10px;}
Footer_devider.png is linked to class= footer_devider
marcink99 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:01 AM.


Advertisement
Log in to turn off these ads.