Please take a gander at www.pacificbulletproof.com/adam_new/ Notice the flash at the top. If your browser is full screen, it will look ok, but if you shrink the browser, the flash floats to the right, making it not align with the rest of the page. How can I resolve this. Div for that is #flash CSS is at www.pacificbulletproof.com/adam_new/styles.css Thanks! - Adam
Hmm, there's quite a few things wrong there Adam. Firstly you're using float:center. Float center doesn't exist. Your using a number of layout techniques that are causing the rest of the page to fall apart if they aren't in it's place. It really needs the page recoding, you're using div align centers, which aren't allowed in XTHML and the CSS needs a bit of work too. Maybe spend sometime working through a few tutorials, might be your best option.
Here are a few well-written tutorials that have helped me in the past: http://www.w3schools.com/css/default.asp http://www.htmldog.com/ http://www.blooberry.com/indexdot/css/propindex/all.htm Hope these help.