Rounded top right hand corner
Mod Version: 1.00, by Neofreaks
This modification is in the archives.
vB Version: 3.5.2 |
Rating: (0 vote - 0 average) |
Installs: 5 |
Released: 11 Dec 2005 |
Last Update: Never |
Downloads: 2 |
Not Supported
|
This template modification will round off the top right hand corner.
Instructions- Downlaod the attached image (or create your own), name it rtop.gif, and upload it to the images/misc/ subdirectory of your forum directory.
- In the CSS for the template in which you want to add this modification, add the following:
Code:
#round {
background: #FFF url(../../images/misc/rtop.gif) no-repeat top right;
}
- In the 'header' template, find:
Code:
<!-- content table -->
Add above:
Code:
<div id="round"><br /></div>
- In the 'navbar' template, find and remove the first <br /> tag.
- Job done!
Enjoy!
Download
No files for download.
Screenshots
|