PDA

View Full Version : Changing Hyperlink Mouseover properties


gillyworld
28th of March 2004 (Sun), 02:48
Pekka,

Where can I change the Hyperlink Mouseover properties? I particularlty want to change the "Latest Exhibitions" links on the Groups News page which change colour to Red (which is ok) and Bold (which isn't because Bold text takes up more space and causes the text to "jump" and span additional lines. Have a look at http://www.gillyworld.co.uk/ee15/ if you want to see what I mean). So I would like to remove the Bold attribute if possible.

Also just a style point, some of the fixed page text is displayed in Uppercase. I think it would be nicer if all text was displayed consistently in the same case

Alan

okapi
29th of March 2004 (Mon), 06:47
hi gillyworld,

as far as uppercase and lowercase are concerned: i generally changed the style to lowercase, as you can see on my site. my approach was the following: i searched the code (index.php, photo.php, list.php) for

ee_translate_A... (stands for uppercase at the beginning of a sentence (or word)
ee_translate_B... (stands for "as written")
ee_translate_C... (stands for all words uppercase)

and changed all to ee_translate_B... (additionally i made some changes in the language files in the language folder)

to change the styles simply go to the styles-directory...