|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by khbasha in Cascading Style Sheets (CSS)
Hi Experts
I need a best solution for this rounded rectangle with border where I have already worked on it and only thing is I need the Browser Compatibility now for this.
I'm not able to see the same in IE6 as it is working fine with IE7 & Firefox3.0 Pls somebody suggest me with some best solution where I could see the work fine in all the browsers like Firefox 2.0 & 3.0, IE 6.0 & 7.0, Opera, Safari, Netscape, etc..
I have already worked on this example -
http://kalsey.com/blog/2003/07/rounded_corners_in_css/ So pls don't suggest me because it creates issue once I have the same rounded rectangle in the left side for 8 - 9 times it collapse my layout.
This is going to come in dynamic manner so it can be generated for 2 - 20 times.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!-- saved from url=(0046)http://css-tricks.com/examples/RoundedCorners/ -->
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>Rounded Corners from CSS-Tricks</TITLE>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<LINK href="cornerimages/style.css" type=text/css rel=stylesheet>
<SCRIPT src="cornerimages/jquery-1.2.6.min.js" type=text/javascript charset=utf-8></SCRIPT>
<SCRIPT src="cornerimages/jquery.corner.js" type=text/javascript charset=utf-8></SCRIPT>
<SCRIPT type=text/javascript>
$(document).ready(function(){
$(".box-four").corner();
$('<div class="tr"></div><div class="tl"></div><div class="br"></div><div class="bl"></div>').appendTo(".box-five");
});
</SCRIPT>
<META content="MSHTML 6.00.5730.13" name=GENERATOR>
</HEAD>
<BODY>
<DIV class=box-five>
<DIV class=inside>
<P>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est
laborum.</P>
</DIV>
</DIV>
</DIV>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="30%"> </td>
<td width="30%" align="center" valign="middle"><DIV class=box-five>
<div id="titletextbg">
<div class="titletext">Create Note</div>
</div>
<DIV class=inside>
<P>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est
laborum.</P>
</DIV>
</DIV>
</DIV>
</td>
<td width="30%"> </td>
</tr>
</table>
</BODY>
</HTML>
|
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625