Description:
Layout/presentation on the WWW.
|
|
|
Space between a displayed quotation and its source
|
| |
Recurrently I'm in the position of starting a page with a paragraph-long
quotation (flush left) followed by a half-line (flush-right) citing its
source.
I'd like to find a systematic way of ensuring that there is one line of
leading -- a visible vertical separation (of height roughly 1em) -- between... more »
|
|
Testing if ready after class change
|
| |
I have a CSS3 slideshow. I'm setting a class (element.className) which is the starting point of the transition, and then setting a class which is the end point.
For example to zoom in center:
/* starting point */
.enlarged img{
width: 150%;
height: 150%;
opacity: 0;
margin-left: -25%;... more »
|
|
container div height problem
|
| |
Forgive my memory lapses, but I suddenly don't have a clear recollection of a basic CSS issue.
I have a nested div and the container div is not extending it's height below the nested one. i.e.:
<div id="container">
<div id="nested">
...
</div>
</div>
I know this is because #nested is floated, and therefore not in the... more »
|
|
Centering the background image (wrongly placed in ciwa)
|
| |
In article <jp6ljq$br...@dont-email.me>,
...
...
...
"If a background image is specified, [the background-attachment] property specifies whether it is fixed with regard to the viewport ('fixed') or scrolls along with the containing block ('scroll')."
from 14.2.1 of the 2.1 CSS.
I long ago made my peace with the thieving ways of Viewport and the... more »
|
|
transitions resources
|
| |
I'm working up some FLASH replacement "code" and I am looking for ideas and resources.
This is pretty good:
[link]
but I've seen more comprehensive, although I can't find it now. The w3.org leaves open many questions, I suppose that is the nature of drafts!... more »
|
|
Help! Three puzzling MS style-invocations
|
| |
OK, I guess I understand what to expect from the style-specification
...
but what do I make of this?
...
(All text in the document in question is using Latin characters, at times
decorated with a diacritical mark chosen from among just a few relatively
common ones (acute, grave, circumflex, umlaut, ogonek, and their closest... more »
|
|
Dynamic underline
|
| |
I'm trying to accomplish something like this:
__ Variable Text __________________
The text is a variable, and the width of the underline would be a percentage of the parent.
I'm currently doing it like this:
<div style="height: 20px; border-bottom: 1px solid #BFBFBF; width: 90%">
<div style="height: 20px; position: relative; top: 5px; background-color:#FFFFFF; padding: 0 7px; margin-left: 15px">... more »
|
|
Help with nested objects
|
| |
I'm experimenting with adding fall-back objects for web pages
that might be viewed on an iPad (so no Flash!), but apparently
it isn't working so far...
Here's the page:
<[link]>
In short, there should be two Flash player objects floated to the... more »
|
|
Newbie question: Exceptions
|
| |
Hi,
I just "inherited" a style sheet and, honestly, never have been good at them. There's one little question I have:
My predecessor made an interesting construct, by defining a div with id "navigation". Inside this div, there are many lists. The "navigation" id defines a certain background-color for the list elements when hovering.... more »
|
|
|