rupertInAust
Programmer
hello all,
does any body have a good reference to ensure a top centered <img> will float above two floated left and right <div>'s when the window resizes smaller? eg;
The reason is that the image floats under and the div's get control. <img>generally goes under not over. Thanks guys!
does any body have a good reference to ensure a top centered <img> will float above two floated left and right <div>'s when the window resizes smaller? eg;
Code:
+----------+ +----------+ +--------+
| | | <img> | | |
| | +----------+ | |
| | | |
| <div> | | <div> |
| | | |
| | | |
| | | |
+----------+ +--------+
+---------+
| |
+---------+
+--------+ +-------+
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
+--------+ +-------+
+---------+
| |
+---------+
+-------+ +-------+
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
+-------+ +-------+