| View previous topic :: View next topic |
| Author |
Message |
badmf
Joined: 07 Oct 2009 Posts: 1 Location: montreal
|
Posted: Wed Oct 07, 2009 6:32 pm Post subject: Edit in Dreamweaver popup menus created in Sitegrinder |
|
|
| How do you edit popup menus in Dreamweaver once they've been created in Sitegrinder? Can never get the font right and need to change it. I can see the popup in DW whenever I select all on a page but can't access it. Don't see it in behaviors either. Spry, then? |
|
| Back to top |
|
 |
Chris Perkins Site Admin
Joined: 29 Sep 2005 Posts: 5665
|
Posted: Wed Oct 07, 2009 7:15 pm Post subject: |
|
|
the menus should be right there in code view. I have no trouble editing them when I use DreamWeaver.
Obviously, the menus are invisible until the trigger is rolled over, so if you want them to be visible while editing, temporarily adjust their CSS and set the visibility to visible. Then switch it back to hidden when you are done.
Hope this helps,
Chris |
|
| Back to top |
|
 |
gilz
Joined: 01 Mar 2010 Posts: 5
|
Posted: Tue May 25, 2010 1:00 pm Post subject: Dreamweaver and dropdowns |
|
|
I created a pretty big site in site grinder, and now the client wants one extra link added to the drop down list. I am trying to do it dreamweaver but have no clue.
I read a previous hint as to switching the visibility to visible, but its already that way in the properties, just cant access it.
I already grinded out the whole site again but the way I set this site up was with cushy cms, the client already added his own content and i dont want to go through every page and add that content again.
Please help....thanks
http://nwvikings.com/ |
|
| Back to top |
|
 |
Chris Perkins Site Admin
Joined: 29 Sep 2005 Posts: 5665
|
Posted: Tue May 25, 2010 6:33 pm Post subject: |
|
|
SiteGrinder 2 was used?
Did you set up the menu to be editable with CushyCMS? If so, then you could just go through the pages with Cushy and edit the menu on each page.
Otherwise, I'd advise grabbing a copy of the as it is now and using DreamWeaver or some other HTML editor and add the menu item there. Assuming there is no geopgraphic constraints (ie, no room for a new menu item) it will be very simple.
Just copy the <li>....</li> of the previous menu item, and paste a copy after it and then edit the copy. |
|
| Back to top |
|
 |
gilz
Joined: 01 Mar 2010 Posts: 5
|
Posted: Tue May 25, 2010 6:43 pm Post subject: |
|
|
SG2 was used.
I did not set up menu in cushy cms, never thought of that...I will try it, thanks for that tip.
I also tried the visibility but was doing it wrong. I selected the actual code in code view and then the properties changes so that I could change the visibility. That was a weight of, and I did just what you wrote on the <li> tag.
so I did get that far....the only thing that didnt work was the actual image that the links are in, so I think I can figure that out....hopefully.
Thanks for the quick response. You guys are great! |
|
| Back to top |
|
 |
|