Jump to content

jennift

Members
  • Posts

    3
  • Joined

  • Last visited

jennift's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. heres the code with the links:if (TransMenu.isSupported()) {var ms = new TransMenuSet(TransMenu.direction.down, 15, 0, TransMenu.reference.bottomLeft);var menu2 = ms.addMenu(document.getElementById("inside")); menu2.addItem("Corporate Profile", "/corporate_profile/index.php"); var submenu0 = menu2.addMenu(menu2.items[0]); submenu0.addItem("Mission & Vision"," /corporate_profile/mission_vision.php"); submenu0.addItem("Chairman's Message","/corporate_profile/chairman.php"); submenu0.addItem("Board of Directors","/corporate_profile/bod.php"); TransMenu.renderAll(); }just a quick question: isnt it the underlying js - which indicates how many pixels to the right should the 2nd menu move when rollover - the one we should look at?
  2. I have a first level drop menu which slides down when rollover on an item and then a second level drop menu which slides to the right when rollover on the first level drop down.It works on all browsers except for safari. On safari, the 2nd lvl menu slides out but it overlaps on top of the 1st level menu causing users to not able to see the 1st lvl menu.Can someone explain why this happens?Thanks
  3. I have a dreamweaver template that has an editable region called "content".Is it possible to use css to pull out this content area so that when i hit the print button (file>print), it only prints out this section and ignores the rest of html document?I dont want to put <hide> tags all over the html document so that is only prints the non hidden part.Thanks
×
×
  • Create New...