Jump to content

cjhickey

Members
  • Posts

    4
  • Joined

  • Last visited

cjhickey's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. ok, it was the only one... still not working when i make it unique. are you sure it can work? be great if so
  2. here's my script <html> <head> <script src="http://www.w3schools.com/lib/w3data.js"></script> <style> div { position: relative; z-index: 9999; } </style> </head> <body> <div w3-include-html="N.html"></div> <script> w3IncludeHTML(); </script> </body> </html>
  3. thanks for the response. that doesn't work for me
  4. i'm using "w3-include-html" to put a common nav-bar at the top of my pages but the drop-downs don't appear over the parent/main page. does anyone know how to solve that?
×
×
  • Create New...