GaijinPunch
MIS
I've got one last (hopefully) issue with my site tweak. This one is a head scratcher though. After editing up a pre-written horizontal popout, I've noticed that some of the CSS included (and quite necessary) for the popout interferes w/ my "a:link, a:hover, and a:visited" tags.
The link below is an example.
Here is an example of the workaround:
I've encapsulated any <a href> tag within another div, called <link>, which has the link,hover, and visited markup. This seems more like a hack though. The menus on the right, and about 98% of the <a hrefs> on the entire site are generated from PHP, so changing them is trivial. There are, some pieces here and there in the database, which would require changing, or a quick PHP function which would just add to already somewhat convoluted code.
Opinions?
The link below is an example.
Here is an example of the workaround:
I've encapsulated any <a href> tag within another div, called <link>, which has the link,hover, and visited markup. This seems more like a hack though. The menus on the right, and about 98% of the <a hrefs> on the entire site are generated from PHP, so changing them is trivial. There are, some pieces here and there in the database, which would require changing, or a quick PHP function which would just add to already somewhat convoluted code.
Opinions?