Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

add second bg to css

edited January 2007 in Vanilla 1.0 Help
hello,

id like to add a second bg to my css, additionally to the bg in the body tag (x/y)

#bg
{
background: #16110c url(bgf.gif') repeat-y 0 0;
}

normaly i would place a <div id="bg"> tag into the index ... but where @ vanilla?

thanks for help

Comments

  • ZiyphrZiyphr New
    edited January 2007
    Writing a simple extension would be the easiest method. (See Vanilla Add-ons link above) There's one called Stuff Displayer that would do what you need; i.e. opening div in the header and closing div in the footer. You might need to change the display position to make the first tag appear earlier. Looking at the Stuff Displayer code should shed light on what I mean.
This discussion has been closed.