View Single Post
  #10  
Old 08-11-2010, 03:16 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Moving cart to footer

No problem. If you use the divs put the inline styling in a css class and call the class in the divs. In main.css

.new_class_name {width:200px;float:left;}

and then
<div class="new_class_name">CODE FOR CART DIALOG</div>
<div class="new_class_name">CODE FOR HELP DIALOG</div>
<div class="clearing"></div>
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote