This is a discussion on "Please Help-->Problem with rounded corners in IE" within the Web Page Design section. This forum, and the thread "Please Help-->Problem with rounded corners in IE are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Please Help-->Problem with rounded corners in IE
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Please Help-->Problem with rounded corners in IE
Gidday gang,
I'm currently designing a site that involves some content boxes with rounded corners. While the site comes out fine in Firefox, the content boxes seem to have a consistent problem in Internet Explorer: Underneath the bottom of the (rounded) content box, there's a straight line, about 3 pixels high, of the same background colour as the content box. I can't seem to figure out why it's there or - more pressingly - how to get rid of it. The problem can be seen at http://www.phonehold.com.au/phonefacts.html Below is the CSS & HTML I'm using to make my rounded corners. Any help at all would be extremely appreciated. Cheers gang, - JB HTML:
|
|
|
|
||||
|
Re: Please Help-->Problem with rounded corners in IE
try these:
- .roundbottom { background: url(br.gif) no-repeat bottom right; } - add display:block; to your divs - make sure margin:0px; on images and divs I always have this constant fight with IE and Firefox... Drives me insane!!!!!!!!!!! Welcome to the club!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Last edited by spinal007; Jul 8th, 2006 at 09:24. |
|
||||
|
Re: Please Help-->Problem with rounded corners in IE
.roundbottom {
overflow:hidden; /* will fix it */ background: url(br.gif) no-repeat top right; }
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Please Help-->Problem with rounded corners in IE
Quote:
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: Please Help-->Problem with rounded corners in IE
*standing ovation*
*rapturous applause* *throws underpants* Many many thanks Spinal - very much saved my skin. If ever you need a kidney or anything let me know. |
|
||||
|
Re: Please Help-->Problem with rounded corners in IE
Quote:
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
||||
|
Re: Please Help-->Problem with rounded corners in IE
* blushing *
![]() Let's not forget moojooo though, overflow:hidden; has worked for me many times...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| helpgtproblem, rounded, corners |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rounded Corners | Aaron1988 | Web Page Design | 22 | Apr 18th, 2007 19:15 |
| css rounded corners | geoffmuskett | Web Page Design | 8 | Jan 4th, 2007 20:40 |
| Css rounded div corners | AdRock | Web Page Design | 2 | Aug 7th, 2006 13:25 |
| Rounded corners 1 pixel out in IE | hessodreamy | Web Page Design | 1 | Jan 17th, 2006 15:44 |
| Tables with rounded corners | Ice288 | Web Page Design | 3 | Jul 12th, 2005 18:12 |