Forum Moderators: mack
Firstly how do I center a <select> (drop down box) in Netscape. I'm using <select align="center> which works in IE. I tried left-margin:auto; right-margin:auto; for Netscape but it doesn't work, any ideas?
Secondly, I have a vertical column of images that I'm using for my navigation bar. I'm using #navigation img{position:relative;left:10px;padding:5px;border:5px;}
which gives me padding in Netscape but in IE the images are right up against each other with no padding. Is there a different way to pad images in IE?