JOOMLA FICTION LAB
The problem Modern web browsers have different level of CSS standards support. It would be great if we could use only one CSS style sheet for all browsers, but this is not an option so we must deal with browser inconsistencies. Internet Explorer is famous…

How to replace text with image using CSS

by minitek Friday, 08 July 2011 11:31
This is a simple tip to replace text with an image. In the example below we will be replacing the text inside an <h1> tag. What we'll do is to move the text off the screen with "text-indent" and then insert a background image to…

How to fix Google Chrome CSS?

by minitek Sunday, 10 April 2011 10:40
In many cases, you will find that your layout looks great on Firefox but looks "broken" in Google Chrome. Although you should firstly consider improving your template to look good in Chrome, there is a quick css fix. Insert this code in your css file:…