[cfaussie] Re: CSS question

2008-11-30 Thread Steve Onnis
i think someone replied to the wrong email:P _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Blair McKenzie Sent: Monday, 1 December 2008 1:18 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CSS question ... what? On Mon, Dec 1, 2008 at 1:14 PM, Claud

[cfaussie] MESSAGE SENT TO CF GROUP IN ERROR

2008-11-30 Thread Claude Raiola
May i apologise sending the message to you all in error I am totally embarrassed at doing so The IINET web mail interface is totally STUFFED often grabbing the email above the email i click on and apply to and sends my reply to the wrong email address. Sadly customer support at IINET show lit

[cfaussie] Re: CSS question

2008-11-30 Thread Blair McKenzie
... what? On Mon, Dec 1, 2008 at 1:14 PM, Claude Raiola <[EMAIL PROTECTED]> wrote: > I am an equal opportunist and i hate with great disdain these dam gender > specific lobby groups > > To put you in the picture to illustrate my point of how i see equality > amongst men and women here is my thoug

[cfaussie] Re: CSS question

2008-11-30 Thread Claude Raiola
I am an equal opportunist and i hate with great disdain these dam gender specific lobby groups To put you in the picture to illustrate my point of how i see equality amongst men and women here is my thoughts on who's job it is to stay home and look after the kids whilst they are pre primary scho

[cfaussie] Re: CSS question

2008-11-30 Thread Karen Johnstone
I didn't read through this, but seems similar to your problem & it may give further ideas to look into http://ask.metafilter.com/27347/CSS-a-amp-img-attributes Karen Johnstone DOTS Talent Solutions Pty Ltd --~--~-~--~~~---~--~~ You received this message because

[cfaussie] Re: CSS question

2008-11-30 Thread Kevin Pepperman
You can use jquery with mootools. http://docs.jquery.com/Using_jQuery_with_Other_Libraries On Sun, Nov 30, 2008 at 8:45 PM, Steve Onnis <[EMAIL PROTECTED]> wrote: > I cant use jquery as i am currently using mootools but i can do the same > thing and is an option i am thinking of doing. basical

[cfaussie] Re: CSS question

2008-11-30 Thread Steve Onnis
I cant use jquery as i am currently using mootools but i can do the same thing and is an option i am thinking of doing. basically have to get all the links on the page and check to see if the link has an image in it and f it does apply a class to it to remove the border on hover. would have pref

[cfaussie] Re: CSS question

2008-11-30 Thread Steve Onnis
again I would have to customise the system for the client just to do that which is not an option. The code base is used across multiple applications so I cant just do specific mods for individual clients -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Beh

[cfaussie] Re: CSS question

2008-11-30 Thread Dale Fraser
You could just regex change the links when they submit the form. Regards Dale Fraser http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Monday, 1 December 2008 12:20 PM To: cfaussie@googlegroup

[cfaussie] Re: CSS question

2008-11-30 Thread Chris Velevitch
2008/12/1 Steve Onnis <[EMAIL PROTECTED]>: > To do that would mean customising the editor for the user which is not an > option unfortunately. That wasn't what I was thinking. Where does the content entered into the editor go and how does get displayed? It's at the time of getting that content ba

[cfaussie] Re: CSS question

2008-11-30 Thread Kevin Pepperman
You could try jquery. It can attach a style dynamically. http://jquery.com/ On Sun, Nov 30, 2008 at 8:20 PM, Steve Onnis <[EMAIL PROTECTED]> wrote: > > To do that would mean customising the editor for the user which is not an > option unfortunately. > > So the answer to my question is no? > > --

[cfaussie] Re: CSS question

2008-11-30 Thread Steve Onnis
To do that would mean customising the editor for the user which is not an option unfortunately. So the answer to my question is no? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Monday, 1 December 2008 11:46 AM To: cfaussi

[cfaussie] Re: CSS question

2008-11-30 Thread Chris Velevitch
Since you have a mechanism to accept links from a user, then you are in a position determine if something has a link before generating the enclosing tag. You are then in a position to specify which class the enclosing tag uses. Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydn

[cfaussie] Re: CSS question

2008-11-30 Thread Steve Onnis
im trying not to do it like that because the client can load links in through the wysiwyg editor -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Kear Sent: Monday, 1 December 2008 10:38 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re

[cfaussie] Re: CSS question

2008-11-30 Thread Mike Kear
What happens if you have and this is the text line Then you can have the different definitions for the classes with and without the dotted lines. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, AS

[cfaussie] CSS question

2008-11-30 Thread Steve Onnis
Is it possible to apply a hover action to an a tag depending on whats inside it? Example, i am applying a dotted underline to a tags but if the a tag has an image inside it i dont want to apply the underline to it. Possible? Steve --~--~-~--~~~---~--~~ You rec