Forums

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

Home Forums CSS Slew of layout problems – Firefox Re: Slew of layout problems – Firefox

#53884
Rob MacKay
Participant

Ok

1) never use dreamweaver design view. It will make you want to destroy things… no matter how easy it looks you will never be able to make something in design veiw that works in all browsers – if it even works in one. Your menu isnt centred because you have not reset the default indent of your UL list. just add padding:0; to your ul#nav

2) Your background container is repeating the image, its just set to height: 13px; so its only 13px high… :)

To be honest, if you don’t know how to code HTML/CSS it would be quicker for you to learn how than to try and design something with a WYSIWYG editor. Never trust dreamweavers design view to tell you "its working" because trust me, it wont. lol