View Single Post
  #7 (permalink)  
Old Jul 28th, 2007, 11:54
jonnymorris jonnymorris is offline
Reputable Member
Join Date: Jul 2007
Location: UK
Posts: 115
Thanks: 2
Thanked 1 Time in 1 Post
Talking Re: Help in combining two scripts

Quote:
Originally Posted by Paramiliar View Post
ah its because i missread the code this is a 2 second fix The DIV was missing the ID tag, i saw the CLASS tag instead (btw you really should incase all HTML attributes in either "" or '')

Great! That did the trick Thanks for the tip, I do try to keep my tags in "" or '' but sometimes they slip through.

Btw I don't suppose you know of any way to stop Firefox drawing a little dotted box around HTML <a> tagged items I click on? It kinda spoils the look of the graphics, doesn't happen in Safari.

UPDATE: I discovered how to remove those annoying dotted borders around html image links. It can be removed by going to the about:config page and setting browser.display.focus_ring_width to 0. Instantly takes effect.

Last edited by jonnymorris; Jul 28th, 2007 at 12:37.
Reply With Quote