![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I'd like to know the cleanest solution for the following problem. I want to insert some CSS/htm after a long vertical column of DIVs absolutely positioned. |
|
div class=c3bg style="top:... div class=c3bg style="top:... |
#2
| |||
| |||
|
|
pamelafluente (AT) libero (DOT) it wrote: I'd like to know the cleanest solution for the following problem. I want to insert some CSS/htm after a long vertical column of DIVs absolutely positioned. Then you've go problems - unless you know the height of the column (and can absolutely position the other content), then you've no way of knowing where "after" is. div class=c3bg style="top:... div class=c3bg style="top:... On the subject of which - how do you know where "after" is for the second of those divs? (Hint: The user might change their font size). -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/ Home is where the ~/.bashrc is |
#3
| |||
| |||
|
|
Hi David, As to fonts, No the user cannot change sizes. Everything is done absolutely with pixel precision. |
|
Fonts are fixed defined in pixels. This is a very precise layout (enterprise report). User cannot change it. User can only interact with it with some onclick onmousedown events. |
#4
| |||
| |||
|
|
User cannot change it. |
#5
| |||
| |||
|
|
As to fonts, No the user cannot change sizes. Everything is done absolutely with pixel precision. That is almost always a mistake. |
|
Fonts are fixed defined in pixels. This is a very precise layout (enterprise report). User cannot change it. User can only interact with it with some onclick onmousedown events. The user can always change it, unless you have some way of absolutely controlling the users' browser and environment. |
#6
| |||
| |||
|
|
On 20 Aug 2006 03:17:54 -0700, pamelafluente (AT) libero (DOT) it wrote: User cannot change it. You'd be suprised! |

|
-- buy, bought, bye |
#7
| |||
| |||
|
|
As to fonts, No the user cannot change sizes. |
|
Everything is done absolutely with pixel precision. |
|
Fonts are fixed defined in pixels. |
#8
| ||||
| ||||
|
|
pamelafluente (AT) libero (DOT) it wrote: Don't top post. |
|
As to fonts, No the user cannot change sizes. Wrong. The user can always change the font sizes. Everything is done absolutely with pixel precision. Almost always a mistake on the WWW. |
|
Fonts are fixed defined in pixels. Which will stop the user from resizing the text ... if (and only if) they use Internet Explorer ... and if (and only if) they don't use a custom style sheet ... and if (and only if) they don't tell their browser to ignore font size information from websites ... and if (and only if) they don't have a bookmarklet to zap font size information ... and ... and ... and. |
| -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/ Home is where the ~/.bashrc is |
#9
| |||
| |||
|
|
David Dorward ha scritto: pamelafluente (AT) libero (DOT) it wrote: Don't top post. Do not understand the meaning of "top post". What does that mean? |
|
Good to know that. The pages are web rendering that try to clone pages made with a page setter. The user should not have interest to spoil his layout work, done on the page setter. |
|
By the way is there some tag I can insert to avoid some of these problems? |
#10
| |||
| |||
|
|
Do not understand the meaning of "top post". What does that mean? http://www.google.com/search?q=%22top%20post%22 - first hit |

|
But they might have interest in having the text large enough to read. Or they might have a minimum font size set. |
|
By the way is there some tag I can insert to avoid some of these problems? No. |

![]() |
| Thread Tools | |
| Display Modes | |
| |