Safari moving my nav buttons
hi,
i've been testing site www.schoolsofmiracles.org in mainstream browsers. reason safari takes nav buttons , throws them on right. (all others browsers display properly). nav buttons css has 10px of padding @ top , bottom nothing else.
tried adjujsting wrapper , various other divs no joy. idea why safari should take dislike?
any idea why safari should take dislike?
your code allows it.
change -
#navbutons { text-decoration: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 10px; padding-bottom: 10px; }
to -
#navbutons { text-decoration: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 10px; padding-bottom: 10px; clear:left; }
and see happens....
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment