Before we begin it is presumed you already understand how to set up a CSS file and use it in your web page.
This site uses a CSS style sheet for positioning, images, text formating, etc. Unfortunately not all browsers recognise all CSS code in the same way (if at all).
I didn’t want to rely on using javascript to switch the css file for different browsers.
I wanted it to work in both Firefox and Internet explorer. What I found though was that using certain CSS codes would produce perfect output in one browser, but throw off the design in the other browser.
This will hopefully be resolved in the future; however for now I had to use a CSS ‘hack’ to get both browsers to display my content in the same way.
Read the rest of this entry »
