Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to use the Anything Slider Re: How to use the Anything Slider

#69113
jamygolden
Member

I mean replace the anythingSlider section within your style.css file – It should look quite similar.

All browsers have default css styles. A <h1> will have padding and font size, font style, etc. by default. An anchor link will be blue with an underline, etc. Browsers aren’t consistent in the way these elements are rendered.
A CSS reset will ‘reset’ these values and help you create websites in a more cross-browser friendly fashion.