Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / August 2003



Tip: Looking for answers? Try searching our database.

-moz-border-radius-top.................................

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Pietro - 28 Aug 2003 21:09 GMT
Hi at all,

I teach into a teachnical school and many boys must to know best CSS.
I have two problems:
1)Making tables we'ld want make the cells with round angles.
Therefore we apply  -moz-border-radius-topleft ecc......
But it work only with Netscape 6 or more.
Is there the mean to do to work with MSIE?

2)What is the best CSS book?

Thank in advance and best regards

Pietro
Brian - 28 Aug 2003 21:26 GMT
> I teach into a teachnical school and many boys must to know best CSS.
> I have two problems:
> 1)Making tables we'ld want make the cells with round angles.
> Therefore we apply  -moz-border-radius-topleft ecc......
> But it work only with Netscape 6 or more.

Correct.  The "-moz-" at the beginning is the tip-off that this is
proprietary css that works only in Mozilla/Gecko browsers like
Netscape 6+.

> Is there the mean to do to work with MSIE?

Not with css.  You could try to use images as background, but I think
that is (a) too fragile, (b) too much trouble for little gain.  If
MSIE has squared borders, is this really a problem?

Signature

Brian
follow the directions in my address to email me

Mikko Rantalainen - 29 Aug 2003 10:04 GMT
Brian / 2003-08-28 23:26:

>>I teach into a teachnical school and many boys must to know best CSS.
>>I have two problems:
[quoted text clipped - 5 lines]
> proprietary css that works only in Mozilla/Gecko browsers like
> Netscape 6+.

It's also worth mentioning that correct way to type that property is
to escape the first letter because CSS doesn't allow property names
to start with dash (-).

For example:
.selector { \-moz-border-radius: 0.25em; }

>>Is there the mean to do to work with MSIE?

With MSIE6-? No. It's highly likely that CSS3 'border-radius'
property ends up doing pretty much the same as -moz-border-radius
but considering that MSIE6 barely supports CSS1 I don't expect to
see support for it by Microsoft in next five years.

I think the less we come up with special hacks to make pages look
better with MSIE6 the longer we have to suffer with it. Just make
sure the page is usable and if the user doesn't like the looks of
it, just make sure the user knows the issue can be solved with
different *user agent*.

[Stupid subject line fixed.]

Signature

Mikko

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.