Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS problem with floated divs in ie Re: problem with floated divs in ie

#77085
markthema3
Participant

Everyone’s problem is in ie6 and ie7. Don’t worry about them unless you know your users will be using them. They currently only make up for about 9% of browsers worldwide. IE7 makes up for 7% in the us, and ie6 is only at 2%.

Now on to the actual problem.
You could just add

	 max-width:30%;

to the css for the form content class.