Div in Div: layout question
Posted
by MrG
on Stack Overflow
See other posts from Stack Overflow
or by MrG
Published on 2010-05-04T13:37:54Z
Indexed on
2010/05/04
13:38 UTC
Read the original article
Hit count: 264
I created the following layout:
something Dummy #1 // .. the div above repeats several times
I'm using the folowing style sheet:
div.title { border: 1px black solid; }
and would expect a border around all of class=title
, but see only some strange lines at the top. Please let me know what I do wrong.
Many many thanks!
© Stack Overflow or respective owner