Author Topic: New Button in Main Menu?  (Read 4715 times)

Offline Grumpy Moose

  • New member
  • *
  • Posts: 2
New Button in Main Menu?
« 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
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: New Button in Main Menu?
« Reply #1 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
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
Please, consider supporting this site 

Offline Grumpy Moose

  • New member
  • *
  • Posts: 2
Re: New Button in Main Menu?
« Reply #2 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
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Offline glenn.vadney

  • Jr. Member
  • **
  • Posts: 16
    • Bafford Farm Weather KC4TKC
Re: New Button in Main Menu?
« Reply #3 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

Thanx...........Jacques
Glenn
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: New Button in Main Menu?
« Reply #4 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
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
Please, consider supporting this site 

Offline glenn.vadney

  • Jr. Member
  • **
  • Posts: 16
    • Bafford Farm Weather KC4TKC
Re: New Button in Main Menu?
« Reply #5 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
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »