Underlined in post text gets crossed in firefox. Css says underlined, and all the other browsers are fine. Just firefox
Link here http://soloveich.com/pr6/acupuncture/
At the bottom of the page.
Underlined in post text gets crossed in firefox. Css says underlined, and all the other browsers are fine. Just firefox
Link here http://soloveich.com/pr6/acupuncture/
At the bottom of the page.
Instead of using span tag please use inline css in anchor tag. like below mentioned; And it will solve the problem. The other solution written above will double the underline which looks more awkward.
here you can use the code.
Regards, Kheema
Please use this code on your photo's text tag
<span style="font-size: x-large; text-decoration: underline;">Photos:</span>
and avoid the abovespan
tag'stext-decoration
...OR
please remove/change to *{vertical-align:bottom;} instead of *{vertical-align:top;}
It will be work fine !!!