How do i get a image on Category Strips

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Crazymilk
    New Member
    • Oct 2008
    • 6

    How do i get a image on Category Strips

    I want to put an image on my Category Strips on the left ?

    How do i do this?

    Thanks in advance for your help
  • napy8gen
    Senior Member
    • Jul 2001
    • 525
    • 6.X

    #2
    I replied this at vbulletin.org


    anyway for vbulletin.com newbies.

    I pasted back.

    Goto stylemanager> stylename> main CSS> Category Strips>

    by default it has a background image repeating itself horizontally.

    In the background property.default style have like this :

    Code:
    #869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left
    you can change this to no-repeat :

    Code:
    #869BBF url(images/gradients/gradient_tcat.gif) no-repeat top left
    change the image path to your image. and color to your right area after the image on the left .

    if the category text now overlapping with your left image.
    just put in the additional css attributes box in the category strips css panel this value,

    Code:
    padding-left:40px;
    Get Our vbulletin 6 themes

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...