New Zenner
- Join Date:
- May 2008
- Posts:
- 87
- Plugin Contributions:
- 0
Views: 1,025
New Zenner
Black Belt
Where is your site?
Totally Zenned
If the image is GENERIC (applicable to all sidebox headers), then you can apply a declaration to the div CLASS.
.leftBoxHeading {height: 30px;}
If you want to apply it to specific sidebox headings, then you'll need to use each sidebox's SPECIFIC div ID...
#categoriesHeading {height: 30px;}
Using the latter will allow you to style each sidebox header differently, as I am doing HERE in this demo site.
You are more than welcome to inspect my styelsheet.css for this site, to see how I have styled the sidebox headers.
New Zenner
schoolboy:
If the image is GENERIC (applicable to all sidebox headers), then you can apply a declaration to the div CLASS.
.leftBoxHeading {height: 30px;}
>
>
> If you want to apply it to specific sidebox headings, then you'll need to use each sidebox's SPECIFIC div ID...
>
> ```
#categoriesHeading {height: 30px;}
Using the latter will allow you to style each sidebox header differently, as I am doing HERE in this demo site.
You are more than welcome to inspect my styelsheet.css for this site, to see how I have styled the sidebox headers.
great that worked like a charm !
Thank you so much for the prompt help and response
Tell staff why this post should be reviewed.