|
|
|
|
|
| Sunday, 24 December 2006 | |
|
Page 1 of 3
Artur Heinze excellent JoGadgets mambot offers the ability to use an image for a title instead of standard text. If I'm still using it you should be able to see it in action above. All-in-all, for a beta, it works pretty well, but I have noticed a couple of bugs. I figured I'd share the fixes with you as they may come in useful for others.
The standard <div> causes graphical glitches in IE6 with linked titles This is easily fixed by substituting the <div> tag for an <img> tag. I'm unsure why Artur doesn't use an <img> tag by default as it seems more logical. Also using an <img> tag also has the additional benefit of letting the browser determine the image size, so we can remove the height style, allowing images to render correctly.
You will need to manually edit mambots/content/jogadgets.php and adjust the following lines: Old:
New:
|



