[css-d] Inline Style

2010-07-25 Thread John Dick
How do you style the following using inline style: p:first-letter { color:#ff; font-size:xx-large; } HTML is as follows: You can use the :first-letter pseudo-element to add a special effect to the first character of a text! I want the style to

[css-d] Sum total greater than 100%

2010-06-19 Thread John Dick
Why is right side longer than left side in this skeleton layout? You can see at the bottom of the webpage when this info is entered in a test document: Left Nav Bar Header bar Content Footer CSS is here: body { margin: 0;

[css-d] Basic formatting question

2010-06-13 Thread John Dick
I have the following style in my CSS: body { margin: 0; padding: 0; border: 0; } #ad { width: 275px; height: 275px; margin-top: 0; margin-bottom: auto; border: 5px black double; background-color: red; text-align: center; vertical-align: mi