Jump to content

Rounded corners


Guest denied

Recommended Posts

Rounded corners, no pictures, pure css:http://www.cssplay.co.uk/boxes/snazzy.htmlhttp://www.cssplay.co.uk/boxes/curves.htmlOther corners:http://www.cssplay.co.uk/boxes/krazy.htmlhttp://www.cssplay.co.uk/ is the best css demonstration site out there, IMO. :)

Link to comment
Share on other sites

Ok, then why don't you make a site and do it better.CSS generated snowman picture :)

At least I don't send XHTML 1.1 as text/html :)Also, I HAVE made a better site to learn advanced CSS skills, I just don't go around advertising my successes like some other people on here...... :(Quite a number of different professional-level CSS layouts, and other things.
Link to comment
Share on other sites

At least I don't send XHTML 1.1 as text/html :)

http://www.cssplay.co.uk/menu/snowman.html<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />Seems like application/xhtml+xml to me though. Anyhoo, I love his site, you don't. Whatever.
Link to comment
Share on other sites

http://www.cssplay.co.uk/menu/snowman.html<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />Seems like application/xhtml+xml to me though. Anyhoo, I love his site, you don't. Whatever.

Please don't tell me you're THAT (I won't say it)META DOES NOT DETERMAND THE CONTENT TYPE. THE SERVER HEADER DOES, BUT YOU CAN CHANGE THIS IN .HTACCESS OR PHPThat reply just made me lose respect points for you Jonas :)http://validator.w3.org/check?verbose=1&ur...%2Fsnowman.htmlLook there, that is what the server header is putting out.The site is being sent as text/htmlOMGWTF NOOB!!!!Please Note: Anything I said in this post in just in joke. I'm supprised you didn't know that about <meta> actually NOT determanding content type, but I didn't mean the "noob" or "respect" comments. I still like you :)
Link to comment
Share on other sites

Eric...you have some anger issues...but you are right.At the risk of being verbally bashed by you.... :) What are the REAL advantages/disadvantages of send XHTML 1.1 as text/html instead of XML???I know IE does not support it if sent as XML but really what is the big deal??? I send 1.1 it as text/html all the time...it isn't any different then 1.0 strict (so I guess it defeats the purpose) but so what?

Link to comment
Share on other sites

The advantage is it's correct.The disadvantage is that W3C said in the XHTML 1.1 Specification that you're not allowed to use text/html. Using text/html is in violation of the specification.The validator has limitations (as noted by the W3C) so it will say your page is valid, but it truely isn't if sent in text/html

Link to comment
Share on other sites

Please don't tell me you're THAT (I won't say it)META DOES NOT DETERMAND THE CONTENT TYPE.  THE SERVER HEADER DOES, BUT YOU CAN CHANGE THIS IN .HTACCESS OR PHPThat reply just made me lose respect points for you Jonas :)http://validator.w3.org/check?verbose=1&ur...%2Fsnowman.htmlLook there, that is what the server header is putting out.The site is being sent as text/htmlOMGWTF NOOB!!!!Please Note: Anything I said in this post in just in joke.  I'm supprised you didn't know that about <meta> actually NOT determanding content type, but I didn't mean the "noob" or "respect" comments.  I still like you :(

:DRiiiiight.Ok, so strike one for me. How many respect points does that leave me with actually? :) <meta> doesn't set content-type. So what's the point of meta code? Why include it, why does the w3 html validator demand it?
Link to comment
Share on other sites

W3 html validator asks for it for the character setExample:<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />The part in red is what is really read when going thru the validator.If you use .htaccess or PHP to set the character set, then the <meta> tag isn't needed at all.If you'd like, I can show you a webpage with no <meta> tag at all, and still 100% valid by the validator.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...