Re: CSS Question
You can use css with pseudo elements to add text.
When you start doing too many 'non-standard' things in css you are relying on all browsers displaying the css the same. With some browsers being (almost) css1 compliant and others a mix of css2 and css3 compliant, you really take your chances with anything that is central to the overall layout.
Even something as simple as a background image can be placed differently by different browsers.
The method is to create your page using simple html and text. Then look at it and create css elements which give the visual appearance the bells and whistles.
|