Theming for different browsers

4
Hi, I've only been working with themes for a short while, so forgive me if I'm asking less intelligent questions. What has been frustrating me for now is that cross-browser theme development is quite hard. This is because the base css's use too many browser-specific properties. Did anyone succeed in creating a clean theme that is cross-browser compatible (IE6 and IE7 not included)?
asked
2 answers
10

Hello Ruben,

You can find several tutorials on our documentation server to create a custom theme. These can be found here. It's not possible to make any adjustments to the tundra or base.css, so we always make a separate custom.css file to overwrite the default styles.

What kind of cross browser problems are you facing?

You could also download a custom theme from the App Store and look at the style sheets how there built.

answered
3

As Erik said: you can always use your own custom.css to overwrite the base tundra.css. Maybe you could explain what differences you've noticed in which browsers.

answered