jscoomkmenu / commandNavigation2 and images

View: New views
8 Messages — Rating Filter:   Alert me  

jscoomkmenu / commandNavigation2 and images

by kace :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: jscoomkmenu / commandNavigation2 and images

by Abhi-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

use inlineStyle="border:none" in your image

On 10/8/07, kace <me_myself_and_aye@... > 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.



Re: jscoomkmenu / commandNavigation2 and images

by kace :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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_myself_and_aye@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.
>
>

Re: jscoomkmenu / commandNavigation2 and images

by Abhi-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hey sorry this inlineStyle is an attribute of trinidad please check what attribute is there for styling.

On 10/8/07, kace <me_myself_and_aye@...> 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_myself_and_aye@...> 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

by kace :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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_myself_and_aye@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_myself_and_aye@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

by sdfg43ushma3453434 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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_myself_and_aye@...> 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

by kace :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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"
                                      ">
                   
</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.
   
 

kace <me_myself_and_aye@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

by sdfg43ushma3453434 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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_myself_and_aye@...> 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.