What I did when designing my layout is to work on the layout in HTML format, without the PHP code. Then when I was ready to upload it, I plugged in the PHP (and of course changed the extension).
No problem! Is your menu working fine now?
Instead of using the margin to position it, try “top:5px; left:550px;”. Also, you should take out either the relative or absolute positioning, there’s no point to having both of them in there.
Thread Starter
Fruity
(@fruity)
Thank you! That’s just what I wanted.