Reply
Set Dimensions
Old 04-21-2008, 02:49 PM Set Dimensions
Super Talker

Posts: 148
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: http://www.couchpotatoesonline.com
Truly is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-21-2008, 02:58 PM Re: Set Dimensions
chrishirst's Avatar
Super Moderator

Posts: 11,499
Location: Blackpool. UK
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!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-21-2008, 05:25 PM Re: Set Dimensions
Super Talker

Posts: 148
Thanks chris youre awesome, theres never been a problem that you havent been able to help me out with
__________________
DVD Movie Release Database: http://www.couchpotatoesonline.com
Truly is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Set Dimensions
 

Thread Tools

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

vB 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.11087 seconds with 13 queries