Corrected Problem 2
alt_tpp_tabs13.css
WAS
.tabcontent{
clear: both;
float: right;
width:55%;
the header of the tabs was moved up under the product name , price , add to cart button
however
the content of the tabs, description paragraph, details paragraph, ecct, were floating right but spaced below the main image about 2 inches down.
NOW
.tabcontent{
clear: right;
float: right;
width:55%;
the header of the tabs was moved up under the product name , price , add to cart button
and
the content of the tabs, description paragraph, details paragraph, ecct, were floating right and correctly displayed under the tabs to the RIGHT of the main product image. YEA!
Bookmarks