Weather by You!

General Category => All English messages transfered from meteoduquebec.com => Topic started by: Grumpy Moose on April 17, 2012, 12:53:01 AM

Title: New Button in Main Menu?
Post by: Grumpy Moose on April 17, 2012, 12:53:01 AM
Hello,

I am trying to add a new button for my Webcam page into the Main Menu Navigation Header. I added the following line into the <div id="buttons"> </div> along with the other ones:

         <a href="webcam.htm" class="but" title="Live Weather Webcams">WebCam</a>
   
However, no additional buttons appeared. Did I forget something?

Thanks

-Derek
Title: Re: New Button in Main Menu?
Post by: Mr.Meteo on April 17, 2012, 09:18:38 AM
Hi Derek,

Could you please indicate template you are using
and a link could be a good thing too  ;)

Jacques
Title: Re: New Button in Main Menu?
Post by: Grumpy Moose on April 17, 2012, 10:51:36 PM
Bonjour Jacques,

Thanks for your quick reply. This is with the weather blues template. However I found the answer. I didn't realize I needed to adjust the height of the menu bar to allow for another row of buttons.

Thanks again,

Derek
Title: Re: New Button in Main Menu?
Post by: glenn.vadney on April 25, 2012, 02:55:15 PM
I also have a problem with adding main menu buttons with "Sunny Weather".  I added a button for "Radar & Imagery" and it shows up ok on the index page....... but the top row of buttons is now running off the top of the page.  Do I need to add top margins to the .css pages or something?  I want to learn how to fix this before I continue on with the rest of the added pages.

Website:  http://webpages.charter.net/cgvad1 (http://webpages.charter.net/cgvad1)

Thanx...........Jacques
Glenn
Title: Re: New Button in Main Menu?
Post by: Mr.Meteo on April 25, 2012, 07:47:24 PM
Hi Glenn,

For your menu, you have to see both CSS layout file.
sunny_weather1.css (for days hours)
sunny_weather0.css (for nights)

you could start by locating a section labelled:
#menusite

you'll find that line:
bottom: 233px !important;
change this number for a smaller one.

just below, a section called
#menysite li

you'll find the line below:
font: bold 120% "Trebuchet MS","Lucida Sans Unicode","Verdana","Arial",sans-serif;
change 120% for something a bit smaller

For short, all sections beginning with #menusite is for the layout of this menu.

Finally, try to keep short your menu item text.

Cheers,
Jacques
Title: Re: New Button in Main Menu?
Post by: glenn.vadney on April 25, 2012, 08:08:34 PM
Thank you Jacques !!!  I appreciate the help. I'll give that a try and see what I can do with it.

Glenn