This content has been marked as final.
Show 2 replies
-
1. Re: Firefox 2 issue
osgood_ May 20, 2011 3:51 AM (in response to mahendra rajeshirke)Try adding clear: both; to the mid_content css as shown below (its a long shot but it may sort somrthing out) You should always check our work in all the browsers you wish to support as you go along, otherwise it's going to be a long old job to sort issues out..
#mid_content{
clear: both;
margin-top: 16px;
background: #fff url(../images/mid_bg.jpg) repeat-y left center; overflow:hidden
} -
2. Re: Firefox 2 issue
mahendra rajeshirke May 20, 2011 4:42 AM (in response to osgood_)Thnx alot Mr. osgood, really appreciate your skill.
actually i have added visibility:hidden to all block parent div. but it doesnt run on ff 2
and ff 3 now no worries. clear : both worked alot.



