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
|