Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
3 Registered (Gizmo, Mtier, 1 invisible), 17 Guests and 18 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
Gizmo 11707
Rick 7567
Ian 4107
Mark S 3983
ntdoc 3114
Sirdude 2041
jgeoff 1882
David Dreezer 1759
driv 1569
AllenAyres 1530
Latest Photos
Carrie - So Very
Testing
Test Photo
4TH of July at the river!
Test shots from D300 part 3
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: 40
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 (90 downloads)
rain(3).gif(410 downloads)
rainbg.gif(415 downloads)

_________________________
Peter
Denmark
trosfrihed.dk

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

Registered: 01/10/04
Posts: 1569
Loc: Essex, UK
That's a nice touch. I'll try it tonight smile
_________________________
I've gone Gold baby!
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)

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

Registered: 10/01/06
Posts: 40
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
_________________________
Peter
Denmark
trosfrihed.dk

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

Registered: 01/10/04
Posts: 1569
Loc: Essex, UK
Should there be a 'rounded' image? Or is that somehow sorted in the style?
_________________________
I've gone Gold baby!
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)

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

Registered: 10/01/06
Posts: 40
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.
_________________________
Peter
Denmark
trosfrihed.dk

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

Registered: 01/10/04
Posts: 1569
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 )
_________________________
I've gone Gold baby!
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)

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

***

Registered: 12/29/03
Posts: 1530
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
veteran

Registered: 01/10/04
Posts: 1569
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
_________________________
I've gone Gold baby!
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)

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

Registered: 10/01/06
Posts: 40
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 (27 downloads)
wrapperset.JPG (19 downloads)
Description: wrapper set


_________________________
Peter
Denmark
trosfrihed.dk

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

Registered: 01/10/04
Posts: 1569
Loc: Essex, UK
That'll be it smile
I'm not terribly bright at the best of times frown
_________________________
I've gone Gold baby!
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)

Top
Page 1 of 3 1 2 3 >


Shout Box

Recent Topics
[7.3.x] Ignore link showed in userprofile for global moderators
by blaaskaak
Today at 01:27 PM
[7.3.x] Database password shown in adminlogs...
by blaaskaak
Today at 10:24 AM
7.3.1 Flood protection
by MattUK
Today at 03:55 AM
Changing title of forum
by Baby Boomer
Yesterday at 07:38 AM
Disable PM's for one group
by Musky
Yesterday at 07:10 AM
Forum Stats
4026 Members
33 Forums
30883 Topics
156827 Posts

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