html - One div seems to be swallowed up by another -
html - One div seems to be swallowed up by another -
i have page:
http://www.comehike.com/outdoors/birds/birds.php
the left side (on middle) has list of birds. reason, web page renders half of bird list. if view-source, see entire bird list.
if @ page in firebug, shows spacing of divs expected it, reason, top part of list of birds doesn't appear.
any thought why happening?
thanks!
you're missing quote @ end of style declaration parent div.
<div bird.php?bird_id="10501"" birds="" outdoors="" www.comehike.com="" http:="" style="width: 275px; float: left;>
needs be
<div bird.php?bird_id="10501" birds="" outdoors="" www.comehike.com="" http:="" style="width: 275px; float: left;">
html css firebug styling
Comments
Post a Comment