Breiterstrom wrote:
My name is Cosmin Ciobanu, from Romania, Bucharest.
http://www.cosmin-ciobanu.popconsulting.ro
http://www.cosmin-ciobanu.popconsulting.ro/cssfolder/mystyle.css
Is there a way to make that pop ups appear with some effects? Like
fade in, for ex.?
Nice visual, Cosmin. And yes, anything is possible-- some 'effects' for
the thumbs might be employed. I'll let someone more familiar with those
techniques answer that question..
The difficulty with your page, for some users, is that it is rigid. It
might be to your advantage to take the inherent characteristic of the
Web -- its fluidity -- into consideration. Some users may need to scale
the fonts, for example. That becomes a problem in IE, because the fonts
are frozen(IE can't scale pixel sized fonts); consequently, some users
will need to put your page in 'accessibility' mode. Once the font-sizes
are ignored in IE, the text will shoot out the bottom of the container.
Among the compliant browser, Firefox, Mozilla, and Safari will scale the
pixel-sized fonts, but the text will shoot out the bottom when they do so.
The solution is to not set a height on any of the containers-- just let
the page, and its contents flow in their natural order without
restraint.This is /one/ method for solving the font-scaling issue in IE:
body { font: 100%/1.2 Georgia, serif; }
Then use percent on individual selectors that need the font-size
adjusted. I prefer to /not/ to adjust the content p font-size, letting
it inherit default from the body declaration(but hat is a matter of
opinion not shared by all).
This is an interesting article that may give you some ideas about
yielding to the Web, and the whims of her users:
<http://www.alistapart.com/articles/dao/>.
Best,
~davidLaakso
PS Your English is fine :-) .
--
http://www.dlaakso.com/gustave/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************