Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Snazzy for center boxes

    Quote Originally Posted by fairestcape View Post
    I just create image(s) with rounded corners and then call them via a declaration in the stylesheet. While I did not do this for centre column boxes, I did it for sideboxes on one site (www.edutrade.co.uk) but as kobra points out, just apply the principle to centre boxes.
    Ok,but i dont know which files to use to apply snazzy!?!
    www.egame74.com console accessories

  2. #12
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Snazzy for center boxes

    I'm not familiar with "snazzy" . What are "snazzy" rounded corners... do you have a URL example?

  3. #13
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Snazzy for center boxes

    Quote Originally Posted by cla74
    Ok,but i dont know which files to use to apply snazzy!?!
    As we can not in a forum environment write your code nor know exactly what it is you are wanting....this is why we are pointing you to other resources so you can see/visualize at the file level how others have done similar things. It will be up to you to learn from their application how to apply as you want
    Zen-Venom Get Bitten

  4. #14
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Snazzy for center boxes

    Quote Originally Posted by kobra View Post
    As we can not in a forum environment write your code nor know exactly what it is you are wanting....this is why we are pointing you to other resources so you can see/visualize at the file level how others have done similar things. It will be up to you to learn from their application how to apply as you want
    I want center boxes such featured products box and special box to be rounded.
    www.egame74.com console accessories

  5. #15
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Snazzy for center boxes

    Again - Look to how others have accomplished similar things
    Zen-Venom Get Bitten

  6. #16
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Snazzy for center boxes

    Quote Originally Posted by kobra View Post
    Again - Look to how others have accomplished similar things
    I've already searched!!Nothing for center boxes
    www.egame74.com console accessories

  7. #17
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Snazzy for center boxes

    From my post #6
    Quote Originally Posted by KoBra
    NiftyZen uses css rounded corners for the main wrapper and you can see how they applied it - then move this to the center column an use snazzy in a similar manner
    Get creative!
    Zen-Venom Get Bitten

  8. #18
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Snazzy for center boxes

    OK, so I think you are trying to embed this stuff:

    **Css**

    Code:
    #xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
    #xsnazzy h1 {font-size:2.5em; color:#fff;}
    #xsnazzy h2 {font-size:2em;color:#06a; border:0;}
    #xsnazzy p {padding-bottom:0.5em;}
    #xsnazzy h2 {padding-top:0.5em;}
    #xsnazzy {background: transparent; margin:1em;}
    
    .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:#d4d4d4; border-left:1px solid #08c; border-right:1px solid #08c;}
    .xb1 {margin:0 5px; background:#08c;}
    .xb2 {margin:0 3px; border-width:0 2px;}
    .xb3 {margin:0 2px;}
    .xb4 {height:2px; margin:0 1px;}
    
    .xboxcontent {display:block; background:#d4d4d4; border:0 solid #08c; border-width:0 1px;}
    **Html**

    Code:
    <div id="xsnazzy">
    <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
    <div class="xboxcontent">
    
    CENTREBOX CONTENT HERE
    
    </div>
    <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b></b>
    </div>

    Am I on the right track?

  9. #19
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default Re: Snazzy for center boxes

    Quote Originally Posted by fairestcape View Post
    OK, so I think you are trying to embed this stuff:

    **Css**

    Code:
    #xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
    #xsnazzy h1 {font-size:2.5em; color:#fff;}
    #xsnazzy h2 {font-size:2em;color:#06a; border:0;}
    #xsnazzy p {padding-bottom:0.5em;}
    #xsnazzy h2 {padding-top:0.5em;}
    #xsnazzy {background: transparent; margin:1em;}
    
    .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:#d4d4d4; border-left:1px solid #08c; border-right:1px solid #08c;}
    .xb1 {margin:0 5px; background:#08c;}
    .xb2 {margin:0 3px; border-width:0 2px;}
    .xb3 {margin:0 2px;}
    .xb4 {height:2px; margin:0 1px;}
    
    .xboxcontent {display:block; background:#d4d4d4; border:0 solid #08c; border-width:0 1px;}
    **Html**

    Code:
    <div id="xsnazzy">
    <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b>
    <div class="xboxcontent">
    
    CENTREBOX CONTENT HERE
    
    </div>
    <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b></b>
    </div>

    Am I on the right track?
    Ok you are on the right path
    But where is its template?
    www.egame74.com console accessories

  10. #20
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Snazzy for center boxes

    NiftyZen template uses exactly the same principle, so my advice is to download that template and see how the css is applied.

    To apply the same feature to centre boxes, there are a number of TPL files that will need editing - and each one may have a different structure, but you could start by looking at the code that drives:

    tpl_modules_specials_default.php

    and this may give you pointers on where to add the extra div classes and ID's.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v150 Center Boxes causing Side Boxes to shift
    By SweetEmotions in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Nov 2014, 02:02 PM
  2. width used for product columns in center boxes
    By fakeDecoy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Jul 2010, 05:41 PM
  3. Center Box Graphic and Have Center Boxes side by side
    By DebiWebi in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 Sep 2009, 03:58 PM
  4. center boxes
    By veasnak in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Apr 2008, 01:54 AM
  5. Easy one this for the enlightened...Its all to to with center boxes
    By mawar in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Nov 2007, 12: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