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 07-26-2011, 12:16 AM   PM User | #1
sixrfan
Regular Coder

 
Join Date: Aug 2009
Posts: 395
Thanks: 116
Thanked 0 Times in 0 Posts
sixrfan has a little shameless behaviour in the past
ul li float issues

please advise how i get the list items in the SERVICES area in the middle of this page to look like the attached image where there's two on the left and two on the right???

thanks in advance.
Attached Thumbnails
Click image for larger version

Name:	asdf.jpg
Views:	33
Size:	20.2 KB
ID:	10104  
sixrfan is offline   Reply With Quote
Old 07-26-2011, 12:42 AM   PM User | #2
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Float the li left then change your margin here:

Code:
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;    
    margin-top: 4px;
}
That seems to work for me.
__________________
Teed
teedoff is offline   Reply With Quote
Users who have thanked teedoff for this post:
sixrfan (07-26-2011)
Old 07-26-2011, 01:31 AM   PM User | #3
sixrfan
Regular Coder

 
Join Date: Aug 2009
Posts: 395
Thanks: 116
Thanked 0 Times in 0 Posts
sixrfan has a little shameless behaviour in the past
bingo. thank you!
sixrfan is offline   Reply With Quote
Reply

Bookmarks

Tags
float, list item

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 05:21 PM.


Advertisement
Log in to turn off these ads.