Forums

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

Home Forums CSS Why same CSS code for Safari and IE but not Chrome and Firefox? Re: Why same CSS code for Safari and IE but not Chrome and Firefox?

#143093
Paulie_D
Member

>Per advice of a kind soul here, I added style=”position:absolute; top:50px; right:600px;” to div id of wrapper2

I doubt positioning absolutely is required, there are much better ways of laying out divs etc. than absolute positioning. I’m not saying that there aren’t sometimes cases to be made for using it **sparingly** but generally…not a good idea.

Tell you what…do you have an image of the way the **completed** page should look? If we know what you are shooting for we might be able to advise on the best methods.

>/* better css programming of putting it into the css file, not inline is a major concern for now. solve the problem first */

If you don’t start now you’ll just get into deeper trouble. I’d make a serious effort to get your stylesheet started now so we can help you keep it neat.