Re: [css-d] Rounded corners problem on Mac OSX FF

2006-07-17 Thread Gunlaug Sørtun
Dan Searle wrote:
 http://www.danwashere.com/dev/aauk/celeb_blackboard/index.html

 I'm told that on the rounded corner in the bottom right of the large 
 white text box is being interfered with by what appears to be a white
  border stretching down.

 I'm not seeing that problem on Win XP, FF1.5, IE5, IE5.5 or IE6 - 
 they all show the page fine.

It becomes visible in Firefox 1.5.0.4 on a PC too, if/when you bump up
font-sizes step by step. Probably a rounding-error caused by Firefox'
over-precise calculations.

Probably best solved by making the side/corner elements a px or two
wider - fine-tune them - and make them overlap / cover up for such
errors. That won't hurt in other browser either, as there's a (barely)
visible red line down the right side of that white container in all of
them - resulting from image-smoothing or something in the image itself.

regards
Georg
-- 
http://www.gunlaug.no
__
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/


Re: [css-d] Rounded corners problem on Mac OSX FF

2006-07-17 Thread tedd
Hi list,

I don't have access to a Mac to debug this myself, I was wondering if
someone on the list might be able to explain what was happening here?

http://www.danwashere.com/dev/aauk/celeb_blackboard/index.html

I'm told that on the rounded corner in the bottom right of the large white
text box is being interfered with by what appears to be a white border
stretching down.

Dan:

It looks fine to me -- in fact, one of the best rounded corner examples I've 
seen.

Good work.

tedd
-- 

http://sperling.com  http://ancientstones.com  http://earthstones.com
__
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/


Re: [css-d] Rounded corners problem on Mac OSX FF

2006-07-17 Thread francky
Dan Searle wrote:

Hi list,

I don't have access to a Mac to debug this myself, I was wondering if 
someone on the list might be able to explain what was happening here?

http://www.danwashere.com/dev/aauk/celeb_blackboard/index.html

I'm told that on the rounded corner in the bottom right of the large white 
text box is being interfered with by what appears to be a white border 
stretching down.

I'm not seeing that problem on Win XP, FF1.5, IE5, IE5.5 or IE6 - they all 
show the page fine.

Here's the CSS [...]
  

Hi Dan,
I can see the problem in IE6 on Win(98SE) too: screenshot-1 
http://home.tiscali.nl/developerscorner/css-discuss/images/blackboard-1.png.
and in FF1.07 on pc: screenshot-2 
http://home.tiscali.nl/developerscorner/css-discuss/images/blackboard-2.png
It is not a white border, but the inside image of the box peeping 
through, as can be seen by canceling the text_block_middle.gif  
screenshot-3 
http://home.tiscali.nl/developerscorner/css-discuss/images/blackboard-3.png.
Seems to be the floating of the inside wrappers (which you don't need): 
screenshot-4 
http://home.tiscali.nl/developerscorner/css-discuss/images/blackboard-4.png.

Greetings,
francky

btw: other technique for rounded corners, just to compare: liquidcorners 
http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm.

__
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/


Re: [css-d] Rounded corners problem on Mac OSX FF

2006-07-17 Thread francky
francky wrote:

[...]
  

... or the easy way! 
http://home.tiscali.nl/developerscorner/css-discuss/test-redcorners.htm

:-)
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/


Re: [css-d] Rounded corners problem on Mac OSX FF

2006-07-17 Thread Dan Searle
From: francky [EMAIL PROTECTED]
 Hi Dan,
 I can see the problem in IE6 on Win(98SE) too: screenshot-1
 http://home.tiscali.nl/developerscorner/css-discuss/images/blackboard-1.png.
 and in FF1.07 on pc: screenshot-2
 http://home.tiscali.nl/developerscorner/css-discuss/images/blackboard-2.png
 It is not a white border, but the inside image of the box peeping
 through, as can be seen by canceling the text_block_middle.gif 
 screenshot-3
 http://home.tiscali.nl/developerscorner/css-discuss/images/blackboard-3.png.
 Seems to be the floating of the inside wrappers (which you don't need):
 screenshot-4
 http://home.tiscali.nl/developerscorner/css-discuss/images/blackboard-4.png.

 Greetings,
 francky

Hi Francky - thanks for the help and those screenshots, that's great.
I managed to reproduce the error here which is always a good start to 
debugging, and
then removed the float:left; on the text_block.
I've ironed out a few other problems that crept in but I think now it's 
working fine.

http://www.danwashere.com/dev/aauk/celeb_blackboard/index.html

Tell me if it isn't?


 btw: other technique for rounded corners, just to compare: liquidcorners
 http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm.

Very good - it looks very thorough. I prefer to try to tailor the solution 
to the problem rather
than attempt a jack of all trades myself - but it's all good.

Oh, and I've just seen your mail with your example with my graphics :-) very 
generous
of you to spend that time.

**Can I ask you though that you replace that text with some Lorem Ipsum? ** 
I've got myself
into trouble using this list with live content before when it got indexed by 
Google and my test
page came up in searches along with the real site URL - the client wasn't 
happy.
Yes, I shouldn't have used live content this time either... but I'll be 
removing these pages once
I'm happy they work.

Thanks to the others who commented and/or helped too!

Cheers,
Dan

__
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/