Great mod but I can't seem to change the normal header link colour. I've checked the stylesheets but nothing seems to take effect. Any pointers would be welcome!
By the way I had to add a. to the selector.
Great mod but I can't seem to change the normal header link colour. I've checked the stylesheets but nothing seems to take effect. Any pointers would be welcome!
By the way I had to add a. to the selector.
I need to see your site live to help you. Which selector did you add a. to? Are you referring to post #11? If so, what browser are you using?
Sorry - working far too late! It was the visited colour I was seeing. Once I added a class to the top of the new stylesheet problem solved!
Yes I meant in post #11
Thanks again - it's perfect now!
Trying to install this now and I want to use .png files instead of .gif.
I am trying to edit 'image_titles_defines' but the file is blank...
Any ideas?
EDIT: Apparently, the older download link contains a blank file and the newer one has one with code!
I'll be on my way now, thanks!
Last edited by Keezee; 6 Aug 2011 at 07:03 PM.
Hello again,
It works perfectly, thanks-a-million!
Just for the sake of other slow people, like me... The 'ez-page id' is a number (the number '2' in my case) and NOT the title of the link such as 'Product Catalogs' or something.
Other addons have you name the image whatever the text for the link is, but this one is much easier. My image is named 'ezpside2.png' instead of 'ezpsideProduct_Catalogs.png'
Thanks again!
[FONT=Verdana]Glenn,
Again, love the flexibility, got one question. Any easy way to add the [/FONT][FONT=Verdana]onmouseover event to images?
[/FONT]
Perhaps if you knew javascript there would be:)
If you want the same change to happen to all links on hover (not an individual image being swapped), you could make the image partly transparent and apply CSS to give it a border, background, etc. that can change on hover or visited states. It would take a relatively minor code change to give each link an id so that it can be addressed individually in the stylesheet and be fully CSS-manageable.
Looks like I will try to add an id to each link, I like being able to have 100% control via the stylesheet.