Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
2 registered (Djuma, packlite), 23 Guests and 18 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 12/29/03
Posts: 1667
Top Posters (30 Days)
Ruben Rocha 103
Rick 80
Mark S 71
Thelockman 58
Gizmo 54
driv 35
ntdoc 32
Sirdude 32
packlite 24
AllenAyres 22
Latest Photos
bear test
Beach Barbie-Q
Sunset
Accept the challenge!
Trees
Page 1 of 3 1 2 3 >
Topic Options
Rate This Topic
#215761 - 07/23/08 01:25 AM 7.3.1 rounded_corners
arentzen Offline
newbie

Registered: 10/01/06
Posts: 46
Loc: Sunny island, Denmark
Hej

I would also like to share my style with you. This style generate rounded corners on boxes.


Attachments
rounded_corners_with_wrapper.txt (233 downloads)
rain(3).gif

rainbg.gif


_________________________
The road to hell is paved with promises of paradise!
<=====================================>
www.trosfrihed.dk


Top
#215762 - 07/23/08 01:29 AM Re: 7.3.1 rounded_corners [Re: arentzen]
driv Offline
Pooh-Bah
****

Registered: 01/10/04
Posts: 1747
Loc: Essex, UK
That's a nice touch. I'll try it tonight smile
_________________________
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)
My True star rating wink

Top
#215763 - 07/23/08 01:50 AM Re: 7.3.1 rounded_corners [Re: driv]
arentzen Offline
newbie

Registered: 10/01/06
Posts: 46
Loc: Sunny island, Denmark
Thanks driv.

It was a style i'd made in UBB 7.2.2 which can be downloaded at UBBdev

enjoy! smile
_________________________
The road to hell is paved with promises of paradise!
<=====================================>
www.trosfrihed.dk


Top
#215764 - 07/23/08 02:01 AM Re: 7.3.1 rounded_corners [Re: arentzen]
driv Offline
Pooh-Bah
****

Registered: 01/10/04
Posts: 1747
Loc: Essex, UK
Should there be a 'rounded' image? Or is that somehow sorted in the style?
_________________________
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)
My True star rating wink

Top
#215765 - 07/23/08 02:52 AM Re: 7.3.1 rounded_corners [Re: driv]
arentzen Offline
newbie

Registered: 10/01/06
Posts: 46
Loc: Sunny island, Denmark
The rounded corners are made with CSS code in 'extra properties'

Html:
.b1, .b2, .b3, .b4 {
display:block; 
overflow:hidden;
height:1px;
}
.b1 {
background:#AFC2C7;
margin: 0 5px;
}
.b2, .b3, .b4 {
background:url('/forums/styles/images/rain(3).gif');
border-style:solid;
border-color:#AFC2C7;
}
.b2 {
margin:0 3px; border-width:0 2px;
}
.b3 {
margin:0 2px; border-width:0 1px;
}
.b4 {
margin:0 1px;border-width:0 1px;
}
 

And being called in the wrappers opening html:
Html:
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="margin-top: 5px">
<tr>
<td>
<b class="b1"></b>
<b class="b2"></b>
<b class="b3"></b>
<b class="b4"></b>
<b class="b4"></b>
<table width="100%" class="t_outer" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" class="t_inner" cellpadding="0" cellspacing="0">


And closing html:
Html:
</table>
</td>
</tr>
</table>

<b class="b4"></b>
<b class="b4"></b>
<b class="b3"></b>
<b class="b2"></b>
<b class="b1"></b>

</td>
</tr>
</table> 


Tables are as default generated with 90° corners. This style add a few pixels above and under the ordinary table, and if you make the ordinary table invisible and pad it all with the same colour or pattern, the table will appears as one unit with rounded corners.
_________________________
The road to hell is paved with promises of paradise!
<=====================================>
www.trosfrihed.dk


Top
#215766 - 07/23/08 02:59 AM Re: 7.3.1 rounded_corners [Re: arentzen]
driv Offline
Pooh-Bah
****

Registered: 01/10/04
Posts: 1747
Loc: Essex, UK
Sweet smile I haven't seen it done like that before.
I'll try it when I finish work. smile

(You can see how busy I am wink )
_________________________
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)
My True star rating wink

Top
#215781 - 07/23/08 11:07 AM Re: 7.3.1 rounded_corners [Re: driv]
AllenAyres Moderator Offline

****

Registered: 12/29/03
Posts: 1667
Loc: Texas
Thank you arentzen smile
_________________________
- Allen
- ThreadsDev | PraiseCafe

Top
#215786 - 07/23/08 01:08 PM Re: 7.3.1 rounded_corners [Re: AllenAyres]
driv Offline
Pooh-Bah
****

Registered: 01/10/04
Posts: 1747
Loc: Essex, UK
I've just uploaded it - but I'm not seeing the rounded corners (on my site) that I see on yours.

I'm sure I'm missing something confused
_________________________
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)
My True star rating wink

Top
#215789 - 07/23/08 02:05 PM Re: 7.3.1 rounded_corners [Re: driv]
arentzen Offline
newbie

Registered: 10/01/06
Posts: 46
Loc: Sunny island, Denmark

  • Check that you got a wrapper with rounded corners
  • Check that your style in 'Style settings' use the wrapper named corners.
  • Check that the CSS-code are placed in the 'Extra Properties' box in your style


Attachments
wrapper.JPG (69 downloads)
wrapperset.JPG (50 downloads)
Description: wrapper set


_________________________
The road to hell is paved with promises of paradise!
<=====================================>
www.trosfrihed.dk


Top
#215792 - 07/23/08 02:27 PM Re: 7.3.1 rounded_corners [Re: arentzen]
driv Offline
Pooh-Bah
****

Registered: 01/10/04
Posts: 1747
Loc: Essex, UK
That'll be it smile
I'm not terribly bright at the best of times frown
_________________________
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)
My True star rating wink

Top
Page 1 of 3 1 2 3 >


Shout Box

Today's Birthdays
Anoneguy
Recent Topics
How to Change Link Color / Underline in styles?
by ECNet
Today at 10:00 PM
Chaging the "max online" number and date
by wanted
Today at 02:22 PM
7.4.1. In Threaded Mode - "Mark All Read" Doesn't Work
by packlite
Today at 10:26 AM
Custom island with sql connection
by Robje01
Today at 09:13 AM
Arabic letters test
by Cowabanga
Today at 04:47 AM
Forum Stats
4296 Members
33 Forums
30686 Topics
155997 Posts

Max Online: 978 @ 06/24/07 08:19 PM