Quantcast
Channel: Templatespoint » Beginners tips
Viewing all articles
Browse latest Browse all 10

common css problem Wrapper div does not expend – solved

$
0
0
It is common problem when writing code in div. Many beginners face this problem often. Here is the simple solution. If Wrapper div does’t expending, add the overflow:hidden css style to wrapper and add clear clear:both; div ofter the floated divs. <div style="overflow:hidden; border:1px solid #ff0000;"> <div style="float:left; width:200px; border:1px solid #000000;">Lef div</div> <div style="float:left; [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles