Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 10-04-08
Registered User
 
Join Date: Apr 2004
Location: UK
Posts: 396
Thanks: 3
Thanked 1 Time in 1 Post
Matt Seigneur is an unknown quantity at this point
  css to align a tick image with text?

Can i use css to align a "tick" image with text that goes next to it? Its to list benefits

I thought line-height would of done the trick but that just seperates each benefit more lol

Cheers
Matt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-04-08
Registered User
 
Join Date: Mar 2008
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
affMonkey is an unknown quantity at this point
  Re: css to align a tick image with text?

you can change list item marker to an image with css as the example here shows
__________________
Band, Music T-shirts & Hoodies
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-04-08
Registered User
 
Join Date: Apr 2007
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
imode is an unknown quantity at this point
  Re: css to align a tick image with text?

You could use css.


HTML Code:
<ul>
<li class="benefits">Example</li>
</ul>

HTML Code:
.benefits li {
    background:url('tick.png') no-repeat; 
    padding-left:20px; /* width of your tick plus the space /*
}

Hope that helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-04-08
Registered User
 
Join Date: Apr 2004
Location: UK
Posts: 396
Thanks: 3
Thanked 1 Time in 1 Post
Matt Seigneur is an unknown quantity at this point
  Re: css to align a tick image with text?

strange in the site Tryit Editor v1.4
it works fine but if i do it on my site it doesnt work!?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-04-08
Registered User
 
Join Date: Mar 2008
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
affMonkey is an unknown quantity at this point
  Re: css to align a tick image with text?

wanna post ya site and i will have a look? or pm me
__________________
Band, Music T-shirts & Hoodies
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 10-04-08
Registered User
 
Join Date: Jun 2006
Posts: 163
Thanks: 0
Thanked 1 Time in 1 Post
jonsp is an unknown quantity at this point
  Re: css to align a tick image with text?

Quote:
Originally Posted by Matt Seigneur View Post
strange in the site Tryit Editor v1.4
it works fine but if i do it on my site it doesnt work!?
It would probably be best to remove the bullets from the ul, eg

<style type="text/css">
#yourList{
margin:0;
padding:0;
list-style: none;
}
#yourList li{
background-image: url(tick.gif);
background-repeat:no-repeat;
padding-left:30px;
}
</style>

<ul id="yourList">
<li>item one</li>
...etc

You could mess around with background-position: [horizontal] [vertical] to get the bullet positioned exactly right. Also use margin-bottom on the li to get the spacing right.

Cheers,
Jon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-04-08
Registered User
 
Join Date: Apr 2004
Location: UK
Posts: 396
Thanks: 3
Thanked 1 Time in 1 Post
Matt Seigneur is an unknown quantity at this point
  Re: css to align a tick image with text?

Thanks for the replies guys.. affmonkey sorted it for me in the end
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS: Aligining text in the centre of a background image MortimerJazz Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 2 08-10-07 03:55 PM
New Vodafone deals on Mobile Rainbow! MobileRainbow Affiliate Future 0 27-04-07 02:52 PM
New Vodafone deals on Mobile Rainbow! MobileRainbow The Affiliate Marketing Lounge 0 27-04-07 02:43 PM
PHP/mysql formating problem with paragraphs Kandevil Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 2 25-01-07 09:48 PM
CSS Image disappears in IE6 Kandevil Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 2 03-02-05 05:30 PM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7