Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 02-12-2008, 06:13 AM list help
Extreme Talker

Posts: 161
Trades: 0
Hi i can't seem to get this to work, i want 3 images to show up from left to right. I tried playing around with my code but no luck.

link to page

The CSS code for that part:
Code:
 
#boxes li {
	display:inline;
	width:103px;
	height:95px;
}

#boxes1 {
	background-image:url(boxes1.jpg);
	background-repeat:no-repeat;
}

#boxes2 {
	background-image:url(boxes2.jpg);
	background-repeat:no-repeat;
}

#boxes3 {
	background-image:url(boxes3.jpg);
	background-repeat:no-repeat;	
}
any help would be great thanks

Last edited by afcbob; 02-12-2008 at 07:39 AM..
afcbob is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-12-2008, 07:34 AM Re: list help
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
you will have to give the <li>'s a size otherwise they will be 0px high x 0px wide. Not good for displaying images. And float them, NOT set them to display:inline.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-12-2008, 08:25 AM Re: list help
Extreme Talker

Posts: 161
Trades: 0
Thanks thats what it was the float.
afcbob is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to list help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25626 seconds with 12 queries