Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1385 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Problem with CSS

Thread title: Problem with CSS
     
    Thread tools Search this thread Display Modes  
Prev Previous Post   Next Post Next
11-27-2005, 07:46 PM
#1
sketchie is offline sketchie
sketchie's Avatar
Status: Senior Member
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 835
iTrader: 1 / 100%
 

sketchie is on a distinguished road

  Old  Problem with CSS

I have div wrapping around two divs (one of these divs is floating to the right).


I'm having a problem with this div that floats to the right, it floats fine but if it becomes taller than the other div, it goes straight passed the div that wraps around it.

CSS:
Code:
#maincontainer
{
top: 10px;
border: 1px solid #cacaca;
margin: 5px;
padding: 1px;
}

#right
{
float: right;
margin: 0;
padding: 1px;
padding-left: 5px;
width: 203px;
background-color: #ECEAEB;
font-size: 12px;
}

#content
{
padding: 1px;
margin: 1px;
width: 520;
}
HTML:
HTML Code:
<div id="maincontainer">
	  <div id="right"><span class="subheader">Navigation<br/></span>
	            <a class="navi" href="#">Home<br/></a>
				<a class="navi" href="#">What is PHP?<br/></a>
                <a class="navi" href="#">Beginner Tutorials<br/></a>
				<a class="navi" href="#">Search<br/></a>
	  </div>
		<div id="content"><span class="subheader">News<br/></span>
  		<span class="text">Well isn't this some nice news for you all... yes in dooodably...</span></div>
		
	</div>
Can anyone tell me why it does this, and how to fix it?

     


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

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed