Proposed Acronym CSS addition

You have a suggestion for a future version of phpMyFAQ? Then post it here!

Moderator: Thorsten

Post Reply
tmcguire
Posts: 14
Joined: Thu Aug 21, 2008 1:42 pm
Location: Near the kitchen.

Proposed Acronym CSS addition

Post by tmcguire »

I propose that a CSS tag be added for the Acronym tag which is generated by entries in the glossary.

I am currently using:

acronym { border-bottom: 1px dotted #999; }

I have placed this in my template/style.css file.

-Tom
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I added it to phpMyFAQ 2.5.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Markus-SSI
Posts: 35
Joined: Thu Aug 20, 2009 8:34 am

Re: Proposed Acronym CSS addition

Post by Markus-SSI »

Hallo,

ich nutze folgendes und finde, dass es dann schick aussieht :D

Code: Select all

acronym { font-style: italic; border-bottom: 1px dashed #999; }
acronym:hover { cursor: help; }
bei mir zieht er allerdings die Unterstreichung (auch mit text-decoration: underline;) vor und nach dem Wort um eine Stelle hinaus, kann man das beheben?

Gruß
Markus
kind regards
Markus
- phpMyFAQ 2.6.2
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Proposed Acronym CSS addition

Post by Thorsten »

Hi,

das liegt leider an der Art unserer Implementierung, welche ich aber demnächst überarbeiten will.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Markus-SSI
Posts: 35
Joined: Thu Aug 20, 2009 8:34 am

Re: Proposed Acronym CSS addition

Post by Markus-SSI »

Danke für die schnelle Antwort!
Ist nur eine optische Kleinigkeit, aber super, dass du dir die Mühe machst.

Gruß
Markus
kind regards
Markus
- phpMyFAQ 2.6.2
Post Reply