ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
Anyhow, I used the "top" module and repositioned the "suckerfish" menu with "relative -100px... etc" and I noticed that everything looked different in all browsers. Not good!
1) Is tableless positioning (div:s) a problem if you want to cross-browser compatibility? Is tables a safer bet (at least for the novice css styler)?
Re: Customize header... table or not table (div positioning)?
Posted 18 years 11 months ago
table's are definately safer and generally easier. div's with positioning is often more flexible but it takes a lot of experience to really understand all the ins and outs of their behaviour on various browsers.