|
#1
|
|||
|
|||
|
Comments thumbnail doesn't show in IE
Hi,
I've just noticed that when using IE (not that I ever do, but someone might!), the thumbnail doesn't appear in the comments popup. http://www.myglasseye.net Could someone have a look at the source code and let me know what it is I've done that IE doesn't like? many many thanks! Owen |
|
#2
|
|||
|
|||
|
if you use any validator you can find the solution very fast!
Code:
<span style="float: right;" class="comment-thumbnail"<img src='thumbnails/thumb_20060830004403_myglasseye 266.jpg' alt='putney by night' title='putney by night' width='100' height='100' /></span> |
|
#3
|
|||
|
|||
|
Ah - thanks Connie. I'm relatively new to hacking code around, and I don't know what 'validators' are - something on the web that checks your code and points out problems? Could you suggest one for a Mac?
Also, how come this doesn't seem to pose a problem in Firefox but it does in IE? Many thanks! Owen |
|
#4
|
|||
|
|||
|
here are some infos:
http://wiki.pixelpost.org/index.php?...te_template%3F validating means that your website is checked for standard conformity and valid HTML or CSS code so you will find about errors in your template you can use the webdevelopers tools as well, described here: http://wiki.pixelpost.org/index.php?...at_are_they%3F Quote:
IE is a bunch of "sh.." because of nonstandard etc. |
|
#5
|
|||
|
|||
|
Hi Connie,
Turns out that wasn't the solution - if I move the span to before the image input, I don't get the effect I want. What I'm looking for is to have the thumbnail embedded in the right hand side of the info box, and have the info wrap around it - if you take a look at my comments popup in Firefox you'll see what I mean. I think what I've done is a bit of a bodge, as I don't have any div set up for the thumbnail position. Here's the code I'm currently using - any suggestions? Code:
<div id="comment-info"> <span style="float: right;" class="comment-thumbnail"<IMAGE_THUMBNAIL_NO_LINK></span><IMAGE_NOTES> </div> |
| Post Reply |
| Thread Tools | |
|
|