Abel, send me the files and I'll post them at http:// test.learningjquery.com so that people here can have a go at them.

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Mar 9, 2007, at 5:02 AM, Abel Tamayo wrote:

The problem is that I don't have server to uploadt it to, and this forum doesn't let you attach files past a determined weight (wich is too small and I always have my attachments banned). That's why I said I would send a sample to those caring souls that could pay me some attention. Now I'm sending a sample to Schnuck and Dan, but I repeat it's not a jQuery problem about states, selectors, classes or anything. It's more about laying it out to look good.

Abel.

On 3/9/07, Dan Eastwell <[EMAIL PROTECTED]> wrote:
Have I missed the rest of this thread? Do you have

a) Sample HTML/CSS to look at and
b) What you'd like it to look like on each of the states.

I'll be happy to look at the problem, being a CSS person.

On 3/9/07, Abel Tamayo <[EMAIL PROTECTED]> wrote:
> Nah, that's easy.
> The problem is I can't make the lists of lists look like an array of
> buttons, and some of them place themselves in places I don't want them to. > It´s a matter pf position and display, I know that for sure, but still I
> can't make it work.
> Thanks anyway.
>
> On 3/9/07, Kenneth <[EMAIL PROTECTED]> wrote:
> > If you're talking about the dimming of the buttons on the GUI, it could be
> done like so:
> >
> >         $(function(){
> >             $('.gui').hover(function(){
> >                 $(this).animate({opacity: .3}, 1);
> >             },function(){
> >                 $(this).animate({opacity: 1}, 1);
> >             });
> >         });
> >
> >
> >
> >
> >
> > On 3/9/07, Abel Tamayo <[EMAIL PROTECTED] > wrote:
> > >
> > > I'm sorry to post a non jQuery related question in the board, but I > spent the whole day of yesterday on this and I need it to work for my jQuery
> plugin (So, somehow, it IS jQuery related).
> > > The thing is I have a list of buttons and I can't make the color
> selectors (foreground and hilite color) look like the ones here. I was > wondering if anyone here would be so kind so that if I send him the HTML and > the images they could fix it. I know it must be something really simple like > adjusting position, float, display or something like that, but I'm stuck and
> don't know what to do.
> > > Again, it's only css related: no jQuery or programming of any kind. If > someone would be so nice, please answer and I will send him the files (HTML > and images, i repeat you don't have to worry about the code ). That or maybe
> someone can address me to a cs board.
> > > Thanks
> > >
> > > Abel.
> > >
> > > _______________________________________________
> > > jQuery mailing list
> > > discuss@jquery.com
> > > http://jquery.com/discuss/
> > >
> > >
> >
> >
> > _______________________________________________
> > jQuery mailing list
> > discuss@jquery.com
> > http://jquery.com/discuss/
> >
> >
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>


--
Daniel Eastwell

Portfolio and articles:
http://www.thoughtballoon.co.uk

Blog:
http://www.thoughtballoon.co.uk/blog

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to