Jump to content

zog953

Members
  • Posts

    23
  • Joined

  • Last visited

About zog953

  • Birthday 01/07/1983

Contact Methods

  • Website URL
    http://www.ninefivethree.co.uk
  • ICQ
    0

zog953's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. zog953

    Link decoration

    Thank you very much. I will give it a try.
  2. zog953

    Link decoration

    Can anyone tell me how I can make my links have _ _ _ _ underneath them rather than a solid underline?Many thanksIncase you are not sure what I mean here is and example of what I am after.
  3. This is the code I have used. <script type="text/javascript">var timer_id;function scroll_iframe(frm,inc,dir) { if (timer_id) clearTimeout(timer_id); if (window.frames[frm]) { if (dir == "v") window.frames[frm].scrollBy(0, inc); else window.frames[frm].scrollBy(inc, 0); timer_id = setTimeout("scroll_iframe('" + frm + "'," + inc + ",'" + dir + "')", 20); }}function stopScroll() { if (timer_id) clearTimeout(timer_id); }</script><style type="text/css">html { overflow-x: hidden; overflow-y: hidden;}a {text-decoration:none}a:link {color: #666666}a:visited {color: #666666}a:hover {color: #000066}a:active {color: #000066}</style><table border="0"><tr><td height="70" align="center" valign="top"><img src="header.png"/></td></tr><tr><td align="center"><table align="center" border="0"><tr><td><img src="scroll.png"/></td><td><div class="arrows"> <a href="java script:;" onmouseover="scroll_iframe('disp', -4, 'v'); window.status='Hover here to scroll up.'; return true" onmouseout="stopScroll(); window.status=''; return true"><img src="up.png" alt="" border="0"></a> <a href="java script:;" onmouseover="scroll_iframe('disp', 4, 'v'); window.status='Hover here to scroll down.'; return true" onmouseout="stopScroll(); window.status=''; return true"><img src="down.png" alt="" border="0"></a></div></td></tr></table></td></tr><tr><td align="center"><IFRAME SRC="port.html" frameborder="0" height="350" width="600" id="disp" NAME="display"></IFRAME></td></tr></table>
  4. Hi,Please would you take a look at at my portfolio page, I have used a script to allow the page within the Iframe to scroll up and down which works fine IE on Microsoft XP systems. Although people are telling me this doesn't work on Mac's, Firefox and others.953 DesignsIf you are able to help me please do so, it would be much appreciated. Many thanks!
  5. When I hover over the images on my website there is a small grey box which pops up giving me the option to save, print, email or open my pictures. Is there any way to prevent this happening?
×
×
  • Create New...