![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
JK using "didn't your mom.. teach you..." is not really about your mom. It's a sort of idiomatic expression, a figure of speech, a bit American I think, but having equivalents elsewhere. If you had your sense of humour in good order and were in a calm mood, I am sure you would be able to see this. In fact, if you were to take it seriously, it is flattering to the average mom. I sure like the thought that my mom could have helped me with all this stuff back in the olden days - when where these, the 1930s, 1830's, I forget... |
#12
| |||
| |||
|
|
dorayme wrote: JK using "didn't your mom.. teach you..." is not really about your mom. It's a sort of idiomatic expression, a figure of speech, a bit American I think, but having equivalents elsewhere. If you had your sense of humour in good order and were in a calm mood, I am sure you would be able to see this. In fact, if you were to take it seriously, it is flattering to the average mom. I sure like the thought that my mom could have helped me with all this stuff back in the olden days - when were these, the 1930s, 1830's, I forget... As in the Hitchhiker's Guide to the Galaxy: Arthur Dent: It's at times like these that I really wish that I'd listened to my mother. Ford Prefect: Why, what did she say? Arthur Dent: I don't *know* - I didn't listen! |
#13
| |||
| |||
|
|
The background of the body element is the background of that element only. |
#14
| |||
| |||
|
|
h1{ * * * * font-size: 40px; * * * * color: #FFFFFF; * * * * border-bottom: 1px solid #ffffff; * * * * width: 100%; } |
#15
| |||
| |||
|
#16
| |||
| |||
|
|
You declare/have/use in your stylesheet http://threepints.co.uk/web/1/style.css : h5{ font-size: 16px; color: #fff; border-bottom: 1px solid #fff; } I recommend you remove h5 selector and use instead instead: h4 { background-color: #739492; color: white; border-bottom: 1px solid; } |
|
You see, h4 element uses 1em by default which is the default font-size (16px) by all modern browsers (Firefox 2+, IE 7+, Opera 8+, Safari 3+, Konqueror 4.x). So, no need to redefine and redeclare h5 element. |
![]() |
| Thread Tools | |
| Display Modes | |
| |