rounded corners and css

Discussion in 'CSS' started by texanweb, Nov 14, 2008.

  1. #1
    I am redesigning my website and I am running into a small problem. I have the round corner images set in place. How can I line these images up with the boards? Furthermore, how can I get those small lines that is sticking up to disappear.

    The site is the top link in my sig.

    Here's the CSS coding to change the color of the boards:
    
    .bodyTop
    {
    	background: #ffffff url(images/main-corners-top.gif) no-repeat;
    	width:765px;
    	margin:10px auto 10px auto;
    	padding-top:5px;
    	padding-bottom:0;
    	
    	border-style: solid;
           border-left-color: #000000;
    	border-right-color:#000000;
    	border-top-color: #035ae7;
    	border-bottom-color:#0586eb;
    
    Code (markup):
     
    texanweb, Nov 14, 2008 IP
  2. texanweb

    texanweb Active Member

    Messages:
    377
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I was able to fix it.... thread close!!!!
     
    texanweb, Nov 15, 2008 IP