how to get my div on top even though it is below another div in code

MrRothaleita

New Member
how to get my #CCC div on top even though it is below to the #F00 div can any one suggest me an answer using css..Note:please let me know the answer with out using css positions.\[code\]<div><div style="width:200px;background:#F00;height:20px;"></div> <div style="width:200px; background:#CCC;height:20px;"></div></div>\[/code\]
 
Back
Top