Latest News: (loading..)
Issue Information
-
#000159
-
1 - Low
-
Fixed
-
2.3.1
-
2.3.3
Issue Confirmations
-
Yes (0)No (0)
Missing div to clear floats in template_bottom.php
Posted by multimixer on 01 December 2010 - 07:51 AM
In file includes/template_bottom.php floats need to be cleared before the "bodywrapper" div close
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <div class="clear"></div> </div> <!-- bodyWrapper //-->and css
.clear {
clear: both;
}
I did similar;
Much the same I think.
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <br clear="all" /> </div> <!-- bodyWrapper //-->
Much the same I think.
Where in the stylesheet.css should be put that:
.clear {
clear: both;
}
.clear {
clear: both;
}
changed severity to: 1 - Low,
changed status to: Fixed,
changed fixed-in version to: 2.3.3
Thanks for the report! This has been fixed by updating to the latest 960.gs version:
https://github.com/osCommerce/oscommerce2/commit/e193cd23b5d503e3742beb1cd7870a0ff05f7a1e
https://github.com/osCommerce/oscommerce2/commit/e193cd23b5d503e3742beb1cd7870a0ff05f7a1e
Hello, My name is Sergi and I live near Barcelona, I think you've got Spanish origin surname, My English is my bad, I'd like you to help me to put a white background in the "wrapper" (960 px) respecting an image that occupies the entire bottom of the screen, I tried doing what it says in this thread, but do not know where to put css code.
thank you very much.
thank you very much.










