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 04-21-2008, 03:49 PM Set Dimensions
Truly's Avatar
Ultra Talker

Posts: 322
Trades: 0
I am trying to create three boxes for content on my main page, but sucking as much as I do at css I am having some problems.

I am using <ul><li> to get them to line up horizontally properly and thats fine, but I can seem to get them to fill up the full space.

for my related css I have:
Code:
#featured ul{
width:100%;
height: 250px;
  float: left;
  margin-left:5px;
  text-align:left;
}
#featured ul li {
  display: inline;
  padding: 0;
  list-style: none;
  width: 33%;
border: thin solid rgb(0,0,0)
}
What should I have instead of width:33%;? I tried setting definite sizes (cm/px), but no luck.

Thanks all.
__________________
DVD Movie Release Database:
Please login or register to view this content. Registration is FREE
Truly is online now
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-21-2008, 03:58 PM Re: Set Dimensions
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
an inline object (intrinsic or implied) does NOT take height and width dimensions.
Float the <li>s left instead.

not forgetting to clear the float before closing the <ul>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-21-2008, 06:25 PM Re: Set Dimensions
Truly's Avatar
Ultra Talker

Posts: 322
Trades: 0
Thanks chris youre awesome, theres never been a problem that you havent been able to help me out with
__________________
DVD Movie Release Database:
Please login or register to view this content. Registration is FREE
Truly is online now
Reply With Quote
View Public Profile
 
Reply     « Reply to Set Dimensions
 

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.13969 seconds with 12 queries