Hi,
Is possible to have the link on state "_linkover" when che page is selected?
For example when we're on the site home page we wont that the link state is "_linkover"
For a batter navigation, to indicate what'is the page where we're, is important that the rollover link page is on the "_linkover" state
is possible to have this with the standard rollover link ?
Thank you very mach for all response!!!
Hi Fiorex - You have a
Hi Fiorex -
You have a number of options:
The most straight forward and brute force method is to make multiple PSD files - one for each page (which you probably already have), and modify each specific page to not have a _link or _linkover for that current page.
Or if you want to leave the menu section of your PSD files in tact, or are sharing a menu PSD between the pages, another option is to hard code some javascript by hand into each generated html file. Here is a simple example:
http://psd2cssonline.com/tutorials/currentpage1/index.html
http://psd2cssonline.com/tutorials/currentpage1/currentpage1.psd
Use 'view source' and note the modifications to the index.html file I made after the psd2css Online conversion. The section I modified is between the 'Begin Modified by hand' and 'End Modified by hand' comments.
Or you could do an even more complicated javascript mod that would include checking what the current page is from the DOM and affecting the appropriate button code that way as well.