Hello,

not sure what you mean with "not noticaable", but for getting rid of the blue border that is shown in some browsers try

.textBoxRight a img {
    border: none;
}

Best regards

Christian
Editura GmbH & Co. KG
Tempelhofer Damm 2 · 12101 Berlin
www.editura.de <http://www.editura.de>
AG Berlin-Charlottenburg · HRA 43189 B · USt.Id. DE217180548
Geschäftsführer: Stefan Krause · Ralf Szymanski

Am 26.06.2011 01:23, schrieb Brian M. Curran:
Hello,

I'm trying to get my image link to not be noticeable for my floor plan image
here:



http://www.draftingservices.com/floor_plan_drafting.html



I've tried the style below, but it didn't work. Do I have to give my div and
id to get this to work? I believe I know how to do that, but I'm curious why
my style below isn't working?



.textBoxRight

             {

             width: 200px;

             float: right;

             margin: 0 0 5px 5px;

             padding: 5px;

             border: 1px solid #E1E1E1;

             background: #E1E1E1;

             font-size: x-small;

             }



.textBoxRight a:link, a:visited, a:hover {

             color: none;

             text-decoration: none;

             }





Thanks,

Brian =)

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to