|
Version 2.0.3 9 Months, 4 Weeks ago
|
Karma: 2
|
|
* Fixed so letter-spacing is really implemented
Next up to fix will be line-height
|
|
|
|
|
|
|
BUGS: Version 2.0.3 9 Months, 3 Weeks ago
|
Karma: 0
|
|
Two issues...
V2.0.3 - clips the right hand side of my text by a few pixels.
V2.0.2 & V2.0.3 - The hover fix though working (the hover creates correctly) is giving the hover text as red on some styles, even though that's not in the style sheet anywhere. Here's the CSS with the problem... do I need to define the hover differently or with a span?
/* White text on dark brown background */
a.homerollover {
font-family: swiss921bt;
font-size:14pt;
color: #ffffff;
background-color: #6F3914;
text-transform: uppercase;
}
/* Hover status: White text on light brown background */
a.homerollover:hover {
font-family: swiss921bt;
font-size:14pt;
color: #ffffff;
background-color: #AE7A64;
text-transform: uppercase;
}
|
|
|
|
|
|
|
Re: BUGS: Version 2.0.3 9 Months, 3 Weeks ago
|
Karma: 0
|
|
Fixed the red... commented out the hover style at the moment. This gives me not as clean an edge around the hover text, but stops the red.
|
|
|
|
|
|
|
Re: BUGS: Version 2.0.3 9 Months, 3 Weeks ago
|
Karma: 2
|
|
Do you have a link to you website so i can check it out?
The default color for hover is red when it cant find the right class or something.
|
|
|
|
|
|
|
BUGS: Version 2.0.7 9 Months, 2 Weeks ago
|
Karma: 0
|
|
I've just installed v2.0.7 Joomla! plugin, and there is still problem with letter spacing. The script takes it into acount some way, because width of the #pcdtr span changes, but image itself doesn't change at all. I tried it with 3 different .ttf fonts.
Edit: the only problem was cache, so take it in account while using this plugin
|
|
|
|
Last Edit: 2009/12/18 15:40 By brainac.
|
|
|