| Leader-Values
David Gurteen's Knowledge Log has an entry that directed me to Leader-Values, which I believe might prove interesting to some of my friends and relatives. 5:35:24 PM |
| CSS Class vs. Tag names
a joshua tree in every pot pointed out a clever CSS style for BLOCKQUOTE tags used by Oblomovka. The style causes BLOCKQUOTE tags nested within a tag with the ID “content” to be styled with a thin green line to the left of the quotation:
#content BLOCKQUOTE { /* other stuff */ border-left: thin green solid }
a joshua tree in every pot copied this style, but left a stray dot (“.”) in front of the “blockquote” specifier (I don't know the official CSS name for this token). The dot causes the whatever following it to be read—not as the name of a tag, as desired—but as the name of a class, as in the construct
<SOMETAG class="blockquote">which, although interesting, is not what is wanted. In response, I, too, have stolen (with gratitude) Oblomovka's idea, and am attempting to use it in my blog. On my first attempt, however, I did not keep the BLOCKQUOTE styling within tags identified by a particular ID, and found the styling appearing everywhere, including with nested BLOCKQUOTEs. I'm now trying to adapt my CSS stylesheet so it does not highlight BLOCKQUOTEs I'd rather leave alone. This blockquote, andits nested childare for testing 4:48:50 PM |
|
.htaccess - Questions & Tips. For those of you with SSH access to your servers, run this command one day:ls -laand perhaps you too will [Heal Your Church Web Site] 11:05:17 AM |
|
Automatic Cell Phone Shhhhhhhhhh. " ' Magnetic wood blocks mobile phone signals . Theatres and restaurants could use the new wood to stop people using their cellphones without resorting to signal jammers.' [ New Scientist ] First of all, it's not magnetic wood, it's a sandwich of wood and a ferrite substrate. Thank's for teasing me there folks. But what is cool about this is the fact that it can be used to block cell phone signals, allowing a builder to make a signal free zone without inst... [The Shifted Librarian] 10:52:17 AM |

