Get rid of a little space under image

liunx

Guest
Hi !<br />
<br />
I'm not able to remove the little space under the upper right corner image (space between the end of the image and the border of the table).<br />
Maybe CCS would do it ? One comment though, you cannot chnage those lines as one of my script won't work anymore :<br />
<br />
<br />
<script><br />
document.write('<img src=http://www.webdeveloper.com/forum/archive/index.php/"'+parent.iOut.src+'"');<br />
</script> <br />
onclick="parent.expandf(this);" name="toc" style="cursor:hand;" height="15" alt="Collapse/resize" onmouseover="this.src=http://www.webdeveloper.com/forum/archive/index.php/parent.iOver.src;" onmouseout="this.src=http://www.webdeveloper.com/forum/archive/index.php/parent.iOut.src;"><br />
<br />
The page can be viewed here :http://pages.infinit.net/rouxjean/frame.htm <br />
<br />
Thanks !!!<br />
<br />
[moderators note]<br />
I've taken the code tags out to stop the page going the full width of the code without wrapping. (because it's annoying and you have to scroll across to find the reply button) If you need the code properly, just follow the link above. Thanks<!--content-->Guess what? I can't get rid of it either. I've tried absolute positioning, floating, modifying margins etc, but I think I must have missed something basic...<br />
<br />
by the way, hope you didn't mind me modifying your post. I've been dying to press that button for ages... er I mean I find it annoying having to scroll across, :D and I know other people do too. LOL<!--content-->I don't mind at all lol<br />
<br />
So there is no way to remove this annoying space ?<!--content-->how about using a css rollover not a javascript one? send me the two images (I can't get the mousover one) and I'll try it.<br />
<br />
Or can't you mod that at all?<!--content-->Thanks for helping but that won't do :-(<br />
<br />
I need this javascript since the images will change depending if the frame containing this very page is collapsed or not....<br />
<br />
Do you think i should move this topic to html or another one ?<!--content-->we'll try html. Yay - another button to try!!<br />
<br />
OK. It didn't blow up LOL.<br />
<br />
[moderators note]<br />
thread moved from css forum cos I can't solve it LOL.<!--content-->I was tinkering and I think I may have found it..<br />
<br />
In the following code (line 27):<br />
<br />
onclick="parent.expandf(this);" name="toc" <br />
style="cursor:hand;" height="15" alt="Collapse/resize" <br />
onmouseover="this.src=http://www.webdeveloper.com/forum/archive/index.php/parent.iOver.src;" <br />
onmouseout="this.src=http://www.webdeveloper.com/forum/archive/index.php/parent.iOut.src;"><br />
</td></tr></table><br />
<br />
..remove the linespace before </td> so it looks like this:<br />
<br />
onmouseout="this.src=http://www.webdeveloper.com/forum/archive/index.php/parent.iOut.src;"></td></tr></table><br />
<br />
I don't know why, but it worked for me!<br />
<br />
wublub<!--content-->You're the man !!!!<br />
<br />
Thank you :D :D<!--content-->my pleasure! :) <br />
<br />
wublub<!--content-->lol<!--content-->
 
Back
Top