div is not floating to the right!
http://www.buzzfx.ca/services_new.html
i need left , right columns on page
in above page trying create left , right columns 20px. of space in between.
i created 2 separate divs (a .class named “.column_left" , class named “.column_right”) , floated 1 left , 1 right.
problem
the right div not floating right of page staying down left , unsure why?
the reason right column may not floating right due “clearfix” container in guess.
important!
i not want change container’s "style" columns in because change layout of whole site unless there way change “only” container in above page. again may not problem.
i hope makes sense.
column_right <div> not floating right because in 1 of column_left <divs>. why using 2 column_left <divs> when 1 required? delete 1 not required.
delete first instance:
<div id="main" class="clearfix">
<div class="column_left"><!-- delete -->
and delete closing tag:
</div><!-- delete -->
</div><!-- #main -->
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment