Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
CSS Corners that work in IE
Old 04-12-2006, 05:49 AM CSS Corners that work in IE
Experienced Talker

Posts: 32
Trades: 0
I would like to know if anyone has a method or a tutorial on creating CSS corners (using images), that wont break in IE. (im getting problems like extra space, incorrect pixel precision etc.)

It needs to work on a completely liquid layout. Id like to hear them. Thanks
TheBreadBaker is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-12-2006, 02:49 PM Re: CSS Corners that work in IE
amygdela's Avatar
Super Talker

Posts: 111
Trades: 0
you can place your rounded corners absolute with CSS, sorta like this:

HTML:
Code:
<div class="rounded">
<div class="Ltop"></div>
<div class="Rtop"></div>
<div class="Lbottom"></div>
<div class="Rbottom"></div>
</div>
CSS:
Code:
.rounded {
width: 300px;
height: 600px;
margin: 0;
padding: 0;
position: relative;
}
.Ltop {
width: 20px;
height: 20px;
background: url(images/Ltop.gif) top left no-repeat;
}
.Rtop {
width: 20px;
height: 20px;
background: url(images/Rtop.gif) top right no-repeat;
}
.Lbottom {
width: 20px;
height: 20px;
background: url(images/Lbottom.gif) bottom left no-repeat;
}
.Rbottom {
width: 20px;
height: 20px;
background: url(images/Rbottom.gif) bottom right no-repeat;
}
Ofcourse, you gotta edit imagepath, heigts, widths and colors, but I reckon you get the idea with this.
__________________

Please login or register to view this content. Registration is FREE
amygdela is offline
Reply With Quote
View Public Profile
 
Old 04-17-2006, 01:53 PM Re: CSS Corners that work in IE
Mark K.'s Avatar
Novice Talker

Posts: 11
Location: New York
Trades: 0
Take a look at following article:

http://www.webcredible.co.uk/user-fr...rs-boxes.shtml
__________________

Please login or register to view this content. Registration is FREE
» Quality web hosting provider.
Now offering
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE
!
Mark K. is offline
Reply With Quote
View Public Profile Visit Mark K.'s homepage!
 
Reply     « Reply to CSS Corners that work in IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11176 seconds with 12 queries