Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
2 registered (Jim, 1 invisible), 25 Guests and 22 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 11/04/08
Posts: 1
Top Posters (30 Days)
Ruben Rocha 187
Gizmo 107
Rick 100
Thelockman 83
driv 41
AllenAyres 35
ntdoc 28
Sirdude 27
Ian 24
ScriptKeeper 18
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
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 (204 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: 1703
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: 1703
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: 1703
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: 1639
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: 1703
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 (58 downloads)
wrapperset.JPG (39 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: 1703
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
kimteague_5@msn.com, Trekkie, Trixie
Recent Topics
Issue mass-emailing
by Mitch P.
Today at 12:55 PM
Inclusion of Locked/Closed thread capabilities
by QSS Tim
Today at 11:17 AM
Contact Page Problem
by David DelMonte
Today at 09:05 AM
FAQ bug,
by BreeOge
Today at 08:36 AM
I'm the Admin but.....
by David DelMonte
Yesterday at 11:12 AM
Forum Stats
4261 Members
33 Forums
30539 Topics
155014 Posts

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