Closed Thread
Results 1 to 2 of 2

Thread: Rounded rectangles CSS in Firefox not working

  1. #1
    Member His Eminence is an unknown quantity at this point
    Join Date
    Apr 2003
    Location
    A World of Numbers
    Posts
    39

    Rounded rectangles CSS in Firefox not working

    Here's the link:

    http://eminence.unrealboards.com/fil...orld/index.htm

    The two content boxes labeled "Stuff" and "Introduction" are supposed to have rounded edges on every corner. It works fine in IE, but not in Firefox .9. In Firefox, the Top left and Bottom Left edges are not rounded, even though the Top right and bottom right edges are rounded correctly.

    Here's the relevant CSS:

    Code:
    div.rounded { 
     width: 80 px; 
     background: #F3F0F0 url(images/textbox_top_right4.gif) no-repeat top right; 
    } 
    div.rounded div { 
     background: transparent url(images/textbox_top_left4.gif) no-repeat top left; 
    } 
    div.rounded div div { 
     background: transparent url(images/textbox_bottom_right4.gif) no-repeat bottom right; 
    } 
    div.rounded div div div { 
     background: transparent url(images/textbox_bottom_left4.gif) no-repeat bottom left; 
     padding: 5 px; 
    }
    .td-panel-content {
    	background-color: #F3F0F0;
    	background-image: url(images/panel_bg.gif);
    	background-repeat: repeat-y;
    	padding: 0px 10px 10px;
    }
    .td-panel-content-nopadding {
    	background-color: #F3F0F0;
    	background-image: url(images/panel_bg.gif);
    	background-repeat: repeat-y;
    }
    .td-text-content {
    	background-color: #F3F0F0;
    	padding: 0px 12px 12px;
    }
    .td-text-content-nopadding {
    	background-color: #F3F0F0;
    }

    Why does this happen? Hopefully you can help me. Thanks.

  2. #2
    Member 4n7hr4x is an unknown quantity at this point
    Join Date
    Aug 2004
    Posts
    42
    i dunno what that is but for me to round an edge in fireworks hold the up arrow while drawing ur rectangle

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts