HighDots Forums  

Rogue Colour

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Rogue Colour in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
cjallen1
 
Posts: n/a

Default Rogue Colour - 08-12-2008 , 04:29 PM






Hi, I've recently made my portfolio page using CSS in Dw CS3.

However, when viewed in Firefox on the jpeg's i've used as rollover images
when they are pressed, a blue ant anx comes around the jpeg ?? but in the code
there is no ref to a blue colour ????

Does anyone know how to get rid ???

see for yourselves (www.chrisallen.eu)

C


Reply With Quote
  #2  
Old   
Nancy O
 
Posts: n/a

Default Re: Rogue Colour - 08-12-2008 , 05:01 PM






That dotted box around links is the focus state. Hit the tab key repeatedly
to cycle through the links on your page. People who cannot use a mouse rely
on the focus state to show them where they are. Since you have not yet
defined link pseudo-classes in your style sheet, FF uses default color
values of blue (active) and purple (visited).


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com



"cjallen1" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi, I've recently made my portfolio page using CSS in Dw CS3.

However, when viewed in Firefox on the jpeg's i've used as rollover
images
when they are pressed, a blue ant anx comes around the jpeg ?? but in the
code
there is no ref to a blue colour ????

Does anyone know how to get rid ???

see for yourselves (www.chrisallen.eu)

C




Reply With Quote
  #3  
Old   
cjallen1
 
Posts: n/a

Default Re: Rogue Colour - 08-12-2008 , 05:32 PM



'fraid not ???

i put it in the blocked area of the code ??? of when i press the jpeg ??

This is what i get (only put n the RDN nit)

http://www.chrisallen.eu/portfolio5_THEINSIDER.html


Reply With Quote
  #4  
Old   
djinn
 
Posts: n/a

Default Re: Rogue Colour - 08-12-2008 , 07:05 PM



cjallen1 wrote:
Quote:
'fraid not ???

i put it in the blocked area of the code ??? of when i press the jpeg ??

This is what i get (only put n the RDN nit)

http://www.chrisallen.eu/portfolio5_THEINSIDER.html

Hi,

I guess you have read the reasons why folks are not in favour of this -
but if, for aesthetic reasons you'd still like to remove the outline,
then - download the 'Blur all Links' extension - double click the mxp to
install - restart dreamweaver (if open) and access it from the Commands
menu....

http://www.fourlevel.com/extensions.htm

--
chin chin
Sinclair


Reply With Quote
  #5  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Rogue Colour - 08-13-2008 , 08:22 AM



Or just put this in the CSS -

a:focus img { outline:none; }

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"djinn" <scobies (AT) dsl (DOT) pipexYerKitAff.com> wrote

Quote:
cjallen1 wrote:
'fraid not ???

i put it in the blocked area of the code ??? of when i press the jpeg ??

This is what i get (only put n the RDN nit)

http://www.chrisallen.eu/portfolio5_THEINSIDER.html


Hi,

I guess you have read the reasons why folks are not in favour of this -
but if, for aesthetic reasons you'd still like to remove the outline,
then - download the 'Blur all Links' extension - double click the mxp to
install - restart dreamweaver (if open) and access it from the Commands
menu....

http://www.fourlevel.com/extensions.htm

--
chin chin
Sinclair


Reply With Quote
  #6  
Old   
djinn
 
Posts: n/a

Default Re: Rogue Colour - 08-14-2008 , 06:05 PM



Murray *ACE* wrote:
Quote:
Or just put this in the CSS -

a:focus img { outline:none; }

I think it needs the this.blur(); applied as the OP is using onClick -
this wee extension will do the job quickly :-)

--
chin chin
Sinclair


Reply With Quote
  #7  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Rogue Colour - 08-22-2008 , 07:53 AM



Don't think so - did you try?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"djinn" <scobies (AT) dsl (DOT) pipexYerKitAff.com> wrote

Quote:
Murray *ACE* wrote:
Or just put this in the CSS -

a:focus img { outline:none; }


I think it needs the this.blur(); applied as the OP is using onClick -
this wee extension will do the job quickly :-)

--
chin chin
Sinclair


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.