| Author |
Message |
Ricardo Garcia Guest
|
Posted: Sat Sep 20, 2003 7:52 pm Post subject: How do I tell CoolJsOutlookbar to onlyh display text |
|
|
I need to have text only display for item(s) under a tab section. In other words I don't want to use Images - JUST Text. By not providing the images as parameters I still get the image space above the text.
Please give me a sample item parameter line to accomplish this, if possble. I looked thru the outlook.js code I could not find anywhere where the code may look for a keyword that would keep it from generating the tr for the image. Thanks. |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Sep 24, 2003 11:33 am Post subject: |
|
|
You can set "imageheight" attribute to 0, and "heightcell" to something small enough. Also you can make empty (or remove) following CSS classes:
| Code: | .imgstyle { }
.imgstyle_over { } |
|
|
| Back to top |
|
 |
|