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 10 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.