Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Floats in Firefox 1

Status
Not open for further replies.

MasterKaos

Programmer
Jan 17, 2004
107
GB
Once again I am pulling my hair out trying to get this to work:


Looks correct in IE 6 on XP SP2, looks incorrect on Firefox 1.04, and probably most other browsers.

I've tried all the combinations of clear:both that i could think of, but nothing makes it work.

HELP PLEASE!

----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
 
Make this switch:
Code:
.yearly_summary{
	width: 335px;
	padding: 5px;
	float: left;
	border: 1px solid #000099;
        margin-left: 10px;
}
 
Thank you very much Vragabond!!!

----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top