Thread: round corners

Page 2 of 11 FirstFirst 1234 ... LastLast
Results 11 to 20 of 102
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: round corners

    oxicottin,

    You are posting the same issue about your template in multiple threads????

    Yeah different titles but the same issue

  2. #12
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: round corners

    Quote Originally Posted by oxicottin View Post
    Thats ok I will get it worked out! I posed the question in windows server. Ayway, I altered the php file and im going to add the code to the stylesheet.css and wanted to know if this code was right?

    Code:
    .xsnazzy {
    background: transparent; 
    width:240px; 
    float:left; 
    margin:0 3px;
    }
    
    .xtop, .xbottom {
    display:block; 
    background:transparent; 
    font-size:1px;
    }
    .xb1, .xb2, .xb3, .xb4 {
    display:block; 
    overflow:hidden;
    }
    .xb1, .xb2, .xb3 {
    height:1px;
    }
    .xb2, .xb3, .xb4 {
    background:#fff; 
    border-left:1px solid #444;
    border-right:1px solid #444;
    }
    .xb1 {
    margin:0 5px; 
    background:#444;
    }
    .xb2 {
    margin:0 3px;
    border-width:0 2px;
    }
    .xb3 {
    margin:0 2px;
    }
    .xb4 {
    height:2px; 
    margin:0 1px;
    }
    
    .xboxcontent {
    display:block; 
    border:0 solid #444; 
    border-width:0 1px; 
    height:auto;
    }
    If thats from the web site it is the correct code for the stylesheet.

  3. #13
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: round corners

    Quote Originally Posted by kobra View Post
    oxicottin,

    You are posting the same issue about your template in multiple threads????

    Yeah different titles but the same issue

    Yes I ran across this while asking for help for round corners. I asked for help from clyde to solve it and move on with my corners issue. Clyde used a diferent server so I posted in the approiate area to get my server issue resolved and to get it out of this thread. Sorry for the confusion!

  4. #14
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: round corners

    Clyde, it worked but it did a small section in the center of the page. HERE is a screen shot. I wanted the Main Wrapper to be round at the corners. Am I doing something wrong? Thanks!

  5. #15
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: round corners

    Clyde's instructions were for rounding the center column. To round the mainWrapper, you should be able to transfer the code to just below the <div id="mainWrapper"> and the ending code to just above the mainWrapper </div>. This will be just above the

    <!--bof- parse time display -->

    comment.

  6. #16
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: round corners

    Yes that is what I needed. Thanks! one question though? It wouldnt go all the way down the page. The section what shows the banners I had to turn off the banners to make the bottom of the page just under the copyright so it didnt show that section. Is there a better way of doing this? Thanks!
    Last edited by oxicottin; 27 Aug 2007 at 05:26 AM.

  7. #17
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: round corners

    The bottom banner display is outside of mainWrapper. You may be able to move its section of code to inside mainWrapper (and the rounding code) in tpl_main_page,php. If that doesn't work right, you can move the rounding code to above mainWrapper and below the banner code, in a new div to encompass all of them.

  8. #18
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    Default Re: round corners

    Have any of you used nifty corners or nifty layout? I see there is a template that included this. I was wondering which you liked better?

    vicky

  9. #19
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: round corners

    Quote Originally Posted by TrvlFox View Post
    Have any of you used nifty corners or nifty layout? I see there is a template that included this. I was wondering which you liked better?

    vicky
    I haven't used Nifty corners so I can't comment on your question.

  10. #20
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: round corners

    Ok I got it to go around the bottom banner but now my banner "banner6" and "centerColumn" has shifted **See Attachment**. Im thinking I put the second portion of code in the wrong place but I have tried it in diferent sections of the tpl_main_page.php and I keep getting the same results. here is where I placed the code.

    Top portion:
    Code:
    <?php
        }
      }
      
    ?>
    
    <div id="mainWrapper">
    
    <div class="xsnazzy">
    <b class="xtop"><b class="xb1"></b><b class="xb2 color_a">
    </b><b class="xb3 color_a"></b><b class="xb4 color_a"></b></b>
    <div class="xboxcontent">
    
    <?php
    Bottom Portion:

    Code:
    <?php
        }
      }
    ?>
    <!--eof- banner #6 display -->
    </div>
    <b class="xbottom"><b class="xb4"></b><b class="xb3"></b>
    <b class="xb2"></b><b class="xb1"></b></b>
    </div>
    </body>
    Thanks!
    Last edited by oxicottin; 3 Sep 2007 at 07:18 PM.

 

 
Page 2 of 11 FirstFirst 1234 ... LastLast

Similar Threads

  1. centerBoxContentsProducts Round corners
    By kernheimer in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Apr 2011, 12:09 AM
  2. How to make round corners 1.3.8
    By Alfa in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 9 Oct 2008, 12:21 PM
  3. How can I make the sideboxes corners round?
    By babynatura in forum Basic Configuration
    Replies: 1
    Last Post: 21 Feb 2007, 02:10 PM
  4. Soft round corners -2.... Where to put the CODE???
    By PeterBKK in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 5 Jul 2006, 09:32 AM

Posting Permissions

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