Page 7 of 8 FirstFirst ... 5678 LastLast
Results 61 to 70 of 72
  1. #61
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    Quote Originally Posted by gee38l View Post
    Has anyone implemented this into the css header flyout menu add on?
    Or does anyone know how i could acheive this?

  2. #62
    Join Date
    Mar 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    I am using snazzy for round corner, i can change the color of left border and right border in .boxcontent but i dont know how to change the color of top border and bottom border. Anybody know this?

  3. #63
    Join Date
    Dec 2008
    Posts
    49
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    Hi,

    I tried this and got a strange result:
    http://server2.camelot-hosting.com/~mandmstr/
    I changed CSS and tpl right and left.

    Could anybody tell me what's wrong ?

    I am a newbee when it comes to templates...

    Thanks

  4. #64
    Join Date
    Oct 2005
    Location
    Eastern US
    Posts
    488
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    What's the problem? Your borders look round to me. This is obviously a work in progress, but not knowing how it looked before adding Snazzy, I'm not sure what got messed up.

    (BTW, I am seeing horizontal scroll on your site.)

    Peace,
    Audra

  5. #65
    Join Date
    Nov 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    I have had no problems integrating the snazzy borders on my site... it loouks great though I have concerns about the excessive use of the b tag... might try substituting it for something else . any thoughts?

  6. #66
    Join Date
    Jun 2007
    Posts
    122
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    Hi

    I have installed this and got rounded borders on the left side boxesboxes, but the header of the box is misplaced up above the sidebox.

    Anyone give me a pointer as to how to fix this.

    Is it also possible to use an image for the background of the header with this mod ?

    Regards
    Laurie

  7. #67
    Join Date
    Jun 2007
    Posts
    122
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    Probably help if I gave you the link to the site too.

    http://www.chalfontnet.co.uk/chalfon....php?main_page

    Doh !!!

  8. #68

    Default Re: Rounded Borders Using Snazzy Borders

    I'm trying to figure out where to put the information to get my sideboxes to be rounded. Our site is www.funkymunkys.ca

    From http://www.cssplay.co.uk/boxes/snazzy2.html I found this which I assume by the listing on the page it goes directly into the stylesheet:

    Cascading Style Sheet

    .xsnazzy h1, .zsnazzy h1 {
    margin:0;
    font-size:1.2em;
    padding:0 10px 5px 10px;
    border-bottom:1px solid #444;
    }
    .xsnazzy p, .zsnazzy p {
    margin:0;
    padding:5px 10px;
    font-size:10px;
    }
    .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;
    }
    * html .xboxcontent {
    height:1px;
    }

    .color_a {
    background:#c9ba65;
    color:#fff;
    }
    .color_b {
    background:#d4d8bd;
    color:#000;
    }
    .color_c {
    background:#758279;
    color:#fff;
    }
    .color_d {
    background:#b2ab9b;
    color:#000;
    }

    Then there is also this below that....How would I go about putting that in? Do I have to make a new php file for each sidebox? Or can I just make a tpl_box_default_right.php and place it in there?

    Typical xhtml
    <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">
    <h1 class="color_a">Blah Blah Title</h1>
    <p>You are not currently logged in.</p>
    <p>If you don't have a login you can
    <a href="#nogo">register here</a>.</p>
    <p>If you have one, then LOGIN <a href="#nogo">here</a>.</p>
    <p>If you don't know if you should have one - and need convincing
    that free, confidential, fast and useful is not enough then click
    <a href="#nogo">here for a demo</a>.</p>
    </div>
    <b class="xbottom"><b class="xb4"></b><b class="xb3"></b>
    <b class="xb2"></b><b class="xb1"></b></b>
    </div>

    I would love a step by step if anyone could spare the time. I'm still trying to figure out zen cart (and php altogether). Although I have made alot of progress on our site for not knowing alot :)

    One question I have as well, will this work fine if I'm using a different color for each sidebox background and border?

  9. #69
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    me too, if anyone can post clearer instructions...

  10. #70
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default Re: Rounded Borders Using Snazzy Borders

    Hi I have implemented this code:

    http://www.cssplay.co.uk/boxes/snazzy2.html

    into my site:
    http://www.rosedakinjewellery.com.au...=index&cPath=1

    and although I can see it has rounded the corners .. I have no idea how to style it. Do I have to make my category header image with rounded corners and then how do I get the category headers to sit inside the rounded corners.

    Thanks guys .. really appreciate your help

 

 
Page 7 of 8 FirstFirst ... 5678 LastLast

Similar Threads

  1. Rounded Corner Borders
    By BeautyHealth.com.cy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Nov 2010, 02:13 PM
  2. Template modding with CSS rounded boxes/borders. How To?
    By SeánT in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Sep 2010, 03:18 PM
  3. Snazzy Borders or Nifty Corners Cube?
    By audradh in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Feb 2008, 05:52 AM
  4. rounded corner borders for sideboxes
    By sparkyclark in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jul 2006, 04:41 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