after seeing your super duper menus,
http://www.dynamicdrive.com/style/cs...n-bricks-menu/
in particular the one linked above, I can't figure out how to set the id="current" dynamically for master pages?
please can someone help?
after seeing your super duper menus,
http://www.dynamicdrive.com/style/cs...n-bricks-menu/
in particular the one linked above, I can't figure out how to set the id="current" dynamically for master pages?
please can someone help?
You'll need to use a scripting language like PHP to do this. Use if's.
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
I have ZERO experiece in PHP and generally want to stay away from it. can i do this in the code-behind with c# or in a javascript?
Thanks,
any examples welcome!
<link rel="stylesheet"
href="myPage.asp?themetype=<%= current %>"
type="text/css">
Bookmarks