You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by kace <me...@hotmail.com> on 2007/10/09 02:48:36 UTC

jscoomkmenu / commandNavigation2 and images

Hi fellas, 

when using commandNavigation2 I use images instead of value but it looks
ugly due to the border placed around the image and same when using icons in
jscookmenu.


Is it possible to remove the border around the icons or images that are used
within jscookmenu and commandNavigation2?

Thanks, 

..kace

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: jscoomkmenu / commandNavigation2 and images

Posted by Sushma Sharma <su...@yahoo.co.in>.
I am not sure why it didn't print the whole tag I had in the previous mail, but here it is again
   
  < img  src = " img/dletnote.gif " height = " 16 " width=" 16 " style = " border : 0px; " / >
   
  I hope it gets it this time. 
  What I am saying is, you have to set the style ( border : 0px; ) to the image tag. I have not used jscookmenu, but I have used images with commandLinks and this is based on my experience of that.
   
  hope it works for you,
   
  Sushma

kace <me...@hotmail.com> wrote:
  
Thanks Sushma,

do you mean instead of doing the following :

itemLabel = "validate" action =
"go_validate"
icon =
"/styles/admin/ThemeOffice/copy.gif" style="border:0px;"/>

I should do 

itemLabel = "validate" action =
"go_validate"
">
/styles/admin/ThemeOffice/copy.gif 


I am looking to get the icon to lose its border and grey background color. 
The above does not work. Anything else I can try.

thanks

..kace

Sushma Sharma wrote:
> 
> 
> try style="border:0px;" in img tag. it works for me.
> 
> img/dletnote.gif 
> 
> kace wrote:
> 
> 
> tried style; that didnt work either. 
> 
> I would also like to get rid of the background color of the icon along
> with
> the border.
> 
> anyone have another suggestion?
> 
> ..kace
> 
> 
> 
> Abhi-10 wrote:
>> 
>> hey sorry this inlineStyle is an attribute of trinidad please check what
>> attribute is there for styling.
>> 
>> On 10/8/07, kace wrote:
>>>
>>>
>>> Thanks Abhi,
>>>
>>> I tried it in both
>>>
>>> >> itemLabel = "validate" action =
>>> "go_validate"
>>> icon =
>>> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
>>> and in
>>>
>>> >> inlineStyle="border:none;" />
>>>
>>> and both are still producing borders..
>>>
>>> ..kace
>>>
>>>
>>> Abhi-10 wrote:
>>> >
>>> > use inlineStyle="border:none" in your image
>>> >
>>> > On 10/8/07, kace wrote:
>>> >>
>>> >>
>>> >> Hi fellas,
>>> >>
>>> >> when using commandNavigation2 I use images instead of value but it
>>> looks
>>> >> ugly due to the border placed around the image and same when using
>>> icons
>>> >> in
>>> >> jscookmenu.
>>> >>
>>> >>
>>> >> Is it possible to remove the border around the icons or images that
>>> are
>>> >> used
>>> >> within jscookmenu and commandNavigation2?
>>> >>
>>> >> Thanks,
>>> >>
>>> >> ..kace
>>> >>
>>> >> --
>>> >> View this message in context:
>>> >>
>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>> >>
>>> >>
>>> >
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13109052
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
> 
> 
> 
> 
> The word "Impossible" itself says " I m possible".
> Sushma
> 
> 
> 
> 
> ---------------------------------
> Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user
> panel and lay it on us.
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13117509
Sent from the MyFaces - Users mailing list archive at Nabble.com.




    The word "Impossible" itself says " I m possible".
  Sushma



       
---------------------------------
Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV.    

Re: jscoomkmenu / commandNavigation2 and images

Posted by kace <me...@hotmail.com>.
Thanks Sushma,

do you mean instead of doing the following :

<t:navigationMenuItem id = "nav_2_3"
                                      itemLabel = "validate" action =
"go_validate"
                                      icon =
"/styles/admin/ThemeOffice/copy.gif" style="border:0px;"/>

I should do 

<t:navigationMenuItem id = "nav_2_3"
                                      itemLabel = "validate" action =
"go_validate"
                                      ">
                     /styles/admin/ThemeOffice/copy.gif 
</t:navigationMenuItem>

I am looking to get the icon to lose its border and grey background color. 
The above does not work.  Anything else I can try.

thanks

..kace

Sushma Sharma wrote:
> 
> 
> try style="border:0px;" in img tag. it works for me.
>    
>    img/dletnote.gif 
> 
> kace <me...@hotmail.com> wrote:
>   
> 
> tried style; that didnt work either. 
> 
> I would also like to get rid of the background color of the icon along
> with
> the border.
> 
> anyone have another suggestion?
> 
> ..kace
> 
> 
> 
> Abhi-10 wrote:
>> 
>> hey sorry this inlineStyle is an attribute of trinidad please check what
>> attribute is there for styling.
>> 
>> On 10/8/07, kace wrote:
>>>
>>>
>>> Thanks Abhi,
>>>
>>> I tried it in both
>>>
>>> >> itemLabel = "validate" action =
>>> "go_validate"
>>> icon =
>>> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
>>> and in
>>>
>>> >> inlineStyle="border:none;" />
>>>
>>> and both are still producing borders..
>>>
>>> ..kace
>>>
>>>
>>> Abhi-10 wrote:
>>> >
>>> > use inlineStyle="border:none" in your image
>>> >
>>> > On 10/8/07, kace wrote:
>>> >>
>>> >>
>>> >> Hi fellas,
>>> >>
>>> >> when using commandNavigation2 I use images instead of value but it
>>> looks
>>> >> ugly due to the border placed around the image and same when using
>>> icons
>>> >> in
>>> >> jscookmenu.
>>> >>
>>> >>
>>> >> Is it possible to remove the border around the icons or images that
>>> are
>>> >> used
>>> >> within jscookmenu and commandNavigation2?
>>> >>
>>> >> Thanks,
>>> >>
>>> >> ..kace
>>> >>
>>> >> --
>>> >> View this message in context:
>>> >>
>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>> >>
>>> >>
>>> >
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13109052
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
> 
> 
> 
> 
>     The word "Impossible" itself says " I m possible".
>   Sushma
> 
> 
> 
>        
> ---------------------------------
> Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user
> panel and lay it on us.
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13117509
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: jscoomkmenu / commandNavigation2 and images

Posted by Sushma Sharma <su...@yahoo.co.in>.
try style="border:0px;" in img tag. it works for me.
   
  <img  src="img/dletnote.gif" height="16" width="16" style="border:0px;" />

kace <me...@hotmail.com> wrote:
  

tried style; that didnt work either. 

I would also like to get rid of the background color of the icon along with
the border.

anyone have another suggestion?

..kace



Abhi-10 wrote:
> 
> hey sorry this inlineStyle is an attribute of trinidad please check what
> attribute is there for styling.
> 
> On 10/8/07, kace wrote:
>>
>>
>> Thanks Abhi,
>>
>> I tried it in both
>>
>> >> itemLabel = "validate" action =
>> "go_validate"
>> icon =
>> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
>> and in
>>
>> >> inlineStyle="border:none;" />
>>
>> and both are still producing borders..
>>
>> ..kace
>>
>>
>> Abhi-10 wrote:
>> >
>> > use inlineStyle="border:none" in your image
>> >
>> > On 10/8/07, kace wrote:
>> >>
>> >>
>> >> Hi fellas,
>> >>
>> >> when using commandNavigation2 I use images instead of value but it
>> looks
>> >> ugly due to the border placed around the image and same when using
>> icons
>> >> in
>> >> jscookmenu.
>> >>
>> >>
>> >> Is it possible to remove the border around the icons or images that
>> are
>> >> used
>> >> within jscookmenu and commandNavigation2?
>> >>
>> >> Thanks,
>> >>
>> >> ..kace
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13109052
Sent from the MyFaces - Users mailing list archive at Nabble.com.




    The word "Impossible" itself says " I m possible".
  Sushma



       
---------------------------------
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel and lay it on us.

Re: jscoomkmenu / commandNavigation2 and images

Posted by kace <me...@hotmail.com>.

tried style; that didnt work either. 

I would also like to get rid of the background color of the icon along with
the border.

anyone have another suggestion?

..kace

   

Abhi-10 wrote:
> 
> hey sorry this inlineStyle is an attribute of trinidad please check what
> attribute is there for styling.
> 
> On 10/8/07, kace <me...@hotmail.com> wrote:
>>
>>
>> Thanks Abhi,
>>
>> I tried it in both
>>
>> <t:navigationMenuItem id = "nav_2_3"
>>                                       itemLabel = "validate" action =
>> "go_validate"
>>                                       icon =
>> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
>> and in
>>
>> <t:graphicImage url="/styles/admin/images/pic1.gif"
>> inlineStyle="border:none;" />
>>
>> and both are still producing borders..
>>
>> ..kace
>>
>>
>> Abhi-10 wrote:
>> >
>> > use inlineStyle="border:none" in your image
>> >
>> > On 10/8/07, kace <me...@hotmail.com> wrote:
>> >>
>> >>
>> >> Hi fellas,
>> >>
>> >> when using commandNavigation2 I use images instead of value but it
>> looks
>> >> ugly due to the border placed around the image and same when using
>> icons
>> >> in
>> >> jscookmenu.
>> >>
>> >>
>> >> Is it possible to remove the border around the icons or images that
>> are
>> >> used
>> >> within jscookmenu and commandNavigation2?
>> >>
>> >> Thanks,
>> >>
>> >> ..kace
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13109052
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: jscoomkmenu / commandNavigation2 and images

Posted by kace <me...@hotmail.com>.
I would also like to get rid of the background color of the icon along with
the border.

..kace


kace wrote:
> 
> anyone have another suggestion?
> 
> ..kace
> 
> kace wrote:
>> 
>> tried style; that didnt work either.
>> 
>> ..kace
>> 
>> Abhi-10 wrote:
>>> 
>>> hey sorry this inlineStyle is an attribute of trinidad please check what
>>> attribute is there for styling.
>>> 
>>> On 10/8/07, kace <me...@hotmail.com> wrote:
>>>>
>>>>
>>>> Thanks Abhi,
>>>>
>>>> I tried it in both
>>>>
>>>> <t:navigationMenuItem id = "nav_2_3"
>>>>                                       itemLabel = "validate" action =
>>>> "go_validate"
>>>>                                       icon =
>>>> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
>>>> and in
>>>>
>>>> <t:graphicImage url="/styles/admin/images/pic1.gif"
>>>> inlineStyle="border:none;" />
>>>>
>>>> and both are still producing borders..
>>>>
>>>> ..kace
>>>>
>>>>
>>>> Abhi-10 wrote:
>>>> >
>>>> > use inlineStyle="border:none" in your image
>>>> >
>>>> > On 10/8/07, kace <me...@hotmail.com> wrote:
>>>> >>
>>>> >>
>>>> >> Hi fellas,
>>>> >>
>>>> >> when using commandNavigation2 I use images instead of value but it
>>>> looks
>>>> >> ugly due to the border placed around the image and same when using
>>>> icons
>>>> >> in
>>>> >> jscookmenu.
>>>> >>
>>>> >>
>>>> >> Is it possible to remove the border around the icons or images that
>>>> are
>>>> >> used
>>>> >> within jscookmenu and commandNavigation2?
>>>> >>
>>>> >> Thanks,
>>>> >>
>>>> >> ..kace
>>>> >>
>>>> >> --
>>>> >> View this message in context:
>>>> >>
>>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>>>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>> >>
>>>> >>
>>>> >
>>>> >
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13108974
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: jscoomkmenu / commandNavigation2 and images

Posted by kace <me...@hotmail.com>.
I would also like to get rid of the grey background color I am getting along
with the border - 



kace wrote:
> 
> anyone have another suggestion?
> 
> ..kace
> 
> kace wrote:
>> 
>> tried style; that didnt work either.
>> 
>> ..kace
>> 
>> Abhi-10 wrote:
>>> 
>>> hey sorry this inlineStyle is an attribute of trinidad please check what
>>> attribute is there for styling.
>>> 
>>> On 10/8/07, kace <me...@hotmail.com> wrote:
>>>>
>>>>
>>>> Thanks Abhi,
>>>>
>>>> I tried it in both
>>>>
>>>> <t:navigationMenuItem id = "nav_2_3"
>>>>                                       itemLabel = "validate" action =
>>>> "go_validate"
>>>>                                       icon =
>>>> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
>>>> and in
>>>>
>>>> <t:graphicImage url="/styles/admin/images/pic1.gif"
>>>> inlineStyle="border:none;" />
>>>>
>>>> and both are still producing borders..
>>>>
>>>> ..kace
>>>>
>>>>
>>>> Abhi-10 wrote:
>>>> >
>>>> > use inlineStyle="border:none" in your image
>>>> >
>>>> > On 10/8/07, kace <me...@hotmail.com> wrote:
>>>> >>
>>>> >>
>>>> >> Hi fellas,
>>>> >>
>>>> >> when using commandNavigation2 I use images instead of value but it
>>>> looks
>>>> >> ugly due to the border placed around the image and same when using
>>>> icons
>>>> >> in
>>>> >> jscookmenu.
>>>> >>
>>>> >>
>>>> >> Is it possible to remove the border around the icons or images that
>>>> are
>>>> >> used
>>>> >> within jscookmenu and commandNavigation2?
>>>> >>
>>>> >> Thanks,
>>>> >>
>>>> >> ..kace
>>>> >>
>>>> >> --
>>>> >> View this message in context:
>>>> >>
>>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>>>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>> >>
>>>> >>
>>>> >
>>>> >
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13108971
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: jscoomkmenu / commandNavigation2 and images

Posted by kace <me...@hotmail.com>.
anyone have another suggestion?

..kace

kace wrote:
> 
> tried style; that didnt work either.
> 
> ..kace
> 
> Abhi-10 wrote:
>> 
>> hey sorry this inlineStyle is an attribute of trinidad please check what
>> attribute is there for styling.
>> 
>> On 10/8/07, kace <me...@hotmail.com> wrote:
>>>
>>>
>>> Thanks Abhi,
>>>
>>> I tried it in both
>>>
>>> <t:navigationMenuItem id = "nav_2_3"
>>>                                       itemLabel = "validate" action =
>>> "go_validate"
>>>                                       icon =
>>> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
>>> and in
>>>
>>> <t:graphicImage url="/styles/admin/images/pic1.gif"
>>> inlineStyle="border:none;" />
>>>
>>> and both are still producing borders..
>>>
>>> ..kace
>>>
>>>
>>> Abhi-10 wrote:
>>> >
>>> > use inlineStyle="border:none" in your image
>>> >
>>> > On 10/8/07, kace <me...@hotmail.com> wrote:
>>> >>
>>> >>
>>> >> Hi fellas,
>>> >>
>>> >> when using commandNavigation2 I use images instead of value but it
>>> looks
>>> >> ugly due to the border placed around the image and same when using
>>> icons
>>> >> in
>>> >> jscookmenu.
>>> >>
>>> >>
>>> >> Is it possible to remove the border around the icons or images that
>>> are
>>> >> used
>>> >> within jscookmenu and commandNavigation2?
>>> >>
>>> >> Thanks,
>>> >>
>>> >> ..kace
>>> >>
>>> >> --
>>> >> View this message in context:
>>> >>
>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>> >>
>>> >>
>>> >
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107880
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: jscoomkmenu / commandNavigation2 and images

Posted by kace <me...@hotmail.com>.
tried style; that didnt work either.

..kace

Abhi-10 wrote:
> 
> hey sorry this inlineStyle is an attribute of trinidad please check what
> attribute is there for styling.
> 
> On 10/8/07, kace <me...@hotmail.com> wrote:
>>
>>
>> Thanks Abhi,
>>
>> I tried it in both
>>
>> <t:navigationMenuItem id = "nav_2_3"
>>                                       itemLabel = "validate" action =
>> "go_validate"
>>                                       icon =
>> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
>> and in
>>
>> <t:graphicImage url="/styles/admin/images/pic1.gif"
>> inlineStyle="border:none;" />
>>
>> and both are still producing borders..
>>
>> ..kace
>>
>>
>> Abhi-10 wrote:
>> >
>> > use inlineStyle="border:none" in your image
>> >
>> > On 10/8/07, kace <me...@hotmail.com> wrote:
>> >>
>> >>
>> >> Hi fellas,
>> >>
>> >> when using commandNavigation2 I use images instead of value but it
>> looks
>> >> ugly due to the border placed around the image and same when using
>> icons
>> >> in
>> >> jscookmenu.
>> >>
>> >>
>> >> Is it possible to remove the border around the icons or images that
>> are
>> >> used
>> >> within jscookmenu and commandNavigation2?
>> >>
>> >> Thanks,
>> >>
>> >> ..kace
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107755
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: jscoomkmenu / commandNavigation2 and images

Posted by Abhi <em...@gmail.com>.
hey sorry this inlineStyle is an attribute of trinidad please check what
attribute is there for styling.

On 10/8/07, kace <me...@hotmail.com> wrote:
>
>
> Thanks Abhi,
>
> I tried it in both
>
> <t:navigationMenuItem id = "nav_2_3"
>                                       itemLabel = "validate" action =
> "go_validate"
>                                       icon =
> "/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
> and in
>
> <t:graphicImage url="/styles/admin/images/pic1.gif"
> inlineStyle="border:none;" />
>
> and both are still producing borders..
>
> ..kace
>
>
> Abhi-10 wrote:
> >
> > use inlineStyle="border:none" in your image
> >
> > On 10/8/07, kace <me...@hotmail.com> wrote:
> >>
> >>
> >> Hi fellas,
> >>
> >> when using commandNavigation2 I use images instead of value but it
> looks
> >> ugly due to the border placed around the image and same when using
> icons
> >> in
> >> jscookmenu.
> >>
> >>
> >> Is it possible to remove the border around the icons or images that are
> >> used
> >> within jscookmenu and commandNavigation2?
> >>
> >> Thanks,
> >>
> >> ..kace
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Re: jscoomkmenu / commandNavigation2 and images

Posted by kace <me...@hotmail.com>.
Thanks Abhi,

I tried it in both 

<t:navigationMenuItem id = "nav_2_3"
                                      itemLabel = "validate" action =
"go_validate"
                                      icon =
"/styles/admin/ThemeOffice/copy.gif" inlineStyle="border:none"/>
and in 

<t:graphicImage url="/styles/admin/images/pic1.gif"
inlineStyle="border:none;" />

and both are still producing borders..

..kace


Abhi-10 wrote:
> 
> use inlineStyle="border:none" in your image
> 
> On 10/8/07, kace <me...@hotmail.com> wrote:
>>
>>
>> Hi fellas,
>>
>> when using commandNavigation2 I use images instead of value but it looks
>> ugly due to the border placed around the image and same when using icons
>> in
>> jscookmenu.
>>
>>
>> Is it possible to remove the border around the icons or images that are
>> used
>> within jscookmenu and commandNavigation2?
>>
>> Thanks,
>>
>> ..kace
>>
>> --
>> View this message in context:
>> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107554
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: jscoomkmenu / commandNavigation2 and images

Posted by Abhi <em...@gmail.com>.
use inlineStyle="border:none" in your image

On 10/8/07, kace <me...@hotmail.com> wrote:
>
>
> Hi fellas,
>
> when using commandNavigation2 I use images instead of value but it looks
> ugly due to the border placed around the image and same when using icons
> in
> jscookmenu.
>
>
> Is it possible to remove the border around the icons or images that are
> used
> within jscookmenu and commandNavigation2?
>
> Thanks,
>
> ..kace
>
> --
> View this message in context:
> http://www.nabble.com/jscoomkmenu---commandNavigation2-and-images-tf4591491.html#a13107426
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>