atticus Posted June 20, 2008 Share Posted June 20, 2008 I am having a problem with a web design in IE. www.insulationatlanta.com At the bottom of the design, I have added three boxes to give the perception of a reflection, however they are not aligning correctly. The design works great in Firefox, any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted June 20, 2008 Share Posted June 20, 2008 You can solve this problem by doing something like this: +--------------------+ | | | +------------+ | | | Content | | | +------------+ | | | +--------------------+ | | | +------------+ | | | Reflection | | | +------------+ | | | +--------------------+ You make a parent div that holds a div for the content and a div of the reflection. This will ensure the reflection div is ALWAYS aligned perfectly. Getting these 3 parent divs to float properly is another story, but will be much easier than trying to align 6 floats at the same time. - TheFilmGod Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.