Forums

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

Home Forums CSS Trouble with drop shadow (not box method) Reply To: Trouble with drop shadow (not box method)

#158048

The contact form looks a lot better.

I was going to say something yesterday about this, but I wanted to see what your plans were.

Just a helping hand, to help you avoid future problems with your CSS, you can add/remove the following CSS in your style sheet.

ADD/MERGE

html { background-position:center top; }

body { margin:0; }

#menu ul { margin:0; overflow:hidden; padding:0 39px; }

REMOVE

#menu { position:absolute; top:-16px; }

#menu-left { float:left; width:768px; }

#headerA { float:left; width:768px; }

#headerB { float:left; width:768px; }