francky wrote:

>Michel Bozgounov wrote:
>
>>Hi, Francky!
>>
>>[...]
>>Anyone any ideas?
>>Of course, moving to "fixed" would resolve all of my problems, but I 
>>still have hope I can overcome this one-pixel problem and hor. 
>>scrollbar? :-)
>>
>>Good day to everyone on this great list! :)))
>>Michel
>>    
>>
>Hi Michel,
>All browsers (and versions!) seem to have their own idea about how to 
>round off the %%, - and their own bugs in that...
>Maybe before going on finetuning your page, you can give a try to my 
>method "Liquid Rounded Corners" 
><http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm>.
>Your page should go along the Playgarden Example 8 
><http://home.tiscali.nl/developerscorner/liquidcorners/liquid-corners-playgarden-08a.htm>.
>
>:-)
>francky
>  
>
Hi Michel again,
I could not resist to experiment some more, and I guess your hope can be 
filled with some hardware code.
- I found the IE-hor-scrollbar is due to the styles of the #maincol, 
which has a width and a left-margin and a right-margin. For IE it's 1 
degree of freedom too short! Canceling the margin-left > no troubles.
- For the 1px-problem I tried the Liquid Corners Method. In this way 
there are no %% to be computed, but the images are placed just 100% left 
or right in a container (the container itself can get a margin in px as 
far as needed). Then 1px difference in vertical lines is impossible: 
there can't be a rounding off, and all containers have got just the same 
positions.
I found it can be simplified too, whereas there is no transparency of 
the corners needed in your design.
The most wrappers you have, can be missed: in their place there can be 
built some single <div></div>'s.
Testing the testpage (see sourcecode and css-file for notes): FF and IE 
both happy (me too ;-) ): voila 
<http://home.tiscali.nl/developerscorner/liquidcorners/test-cantarco.htm>!

Let the music play!
francky






______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to