The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Round Corners in IE
#6
Well, I know that IE9 supports rounded corners because I used this simple file, border.html, to test it. It works, I just don't quite get what do you mean by "not supported" in IE9.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    <meta name="author" content="Administrator" />

    <title>Rounded Corners</title>
</head>

<body>

<style>
#wrapper {
    background: #eaeaea;
    border-radius: 28px 10px 0 0;
}
</style>

<div id="wrapper">
Some Text <br />
Some Text <br />
Some Text <br />
Some Text <br />
Some Text <br />
Some Text <br />
Some Text <br />
Some Text <br />
Some Text <br />
Some Text <br />
Some Text <br />
</div>

</body>
</html>
Reply


Messages In This Thread
Round Corners in IE - by angelazou - 2011-06-03, 01:58:31
Round Corners in IE - by ccagle8 - 2011-06-03, 02:35:20
Round Corners in IE - by yojoe - 2011-06-03, 08:48:19
Round Corners in IE - by ccagle8 - 2011-06-03, 10:28:42
Round Corners in IE - by yojoe - 2011-06-03, 11:41:53
Round Corners in IE - by angelazou - 2011-06-03, 13:29:51
Round Corners in IE - by hameau - 2011-06-03, 20:21:10
Round Corners in IE - by yojoe - 2011-06-04, 00:20:50
Round Corners in IE - by hameau - 2011-06-04, 02:52:43



Users browsing this thread: 1 Guest(s)