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.

My style, need a little help.

edited May 2007 in Vanilla 1.0 Help
I've been setting up my new Vanilla install with a style to suite my website. The only problem I seem to have is on the panel at the bottom below the vanilla copy write there is just white, where I would like it to continue down to the bottom with the blue. http://offroadingsubarus.com/forum/ That's the site, if someone could check it out and maybe help me with this that would be awesome. I'm learning a lot about CSS doing this. I normally just make template sites in Dreamweaver. This is a little above me but I think I am learning well. Also how can I get the curve.gif (top left of content section) to sit further to the left how it should? Cheers, and thanks for an awesome forum software plus awesome add-ons.

Comments

  • edited May 2007
    If u just started CSS then good luck. ur ENEMY #1 is going to be IE. so test using firefox, and get it all working, and fix IE using star html hack

    I won't add the blue to the panel. u will never get ride of that white space.
    what I'll do is add it to the body tag. create a (height: 1px, width: same as the width of panel) Blue horizontal image and have it repeat vertically. it will give u the impression that the Blue is in the Panel and White in the Content. and best of all it will go all the way to the bottom.

    body {
    background: #FFF url(blue.gif) repeat-y top left ;
    }
  • "If u just started CSS then good luck. ur ENEMY #1 is going to be IE. so test using firefox, and get it all working, and fix IE using star html hack" I haven't even thought about looking at it in IE yet.. :-O That will be interesting.
  • read my above comment again
  • That line worked great. And I've just decided to dump the curve in the content area. But now I am having trouble getting the Notify add-on to sit above my adsense. I tried using the nuggets weight settings but it only will move the adsense up, not down below the notify extension. Anyone know how to fix this?
  • edited May 2007
    open notify/default.php
    at line 107
    remove the number 100 so it looks like this
    $Panel->AddList($Context->GetDefinition('Notification'));
  • Awesome, done the trick perfectly. Thank you
This discussion has been closed.