You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mootool...@googlegroups.com
Is it possible to adjust the attributes of a CSS class, such that the
definition of .myClass would have 'top' set to '0px'?
TIA
Lee
verylastminute
unread,
Oct 2, 2012, 5:46:25 AM10/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mootool...@googlegroups.com, l...@leegoddard.net
The simplest is to append a <style /> element to the document head, containing the new styles...
Lee Goddard
unread,
Oct 2, 2012, 6:07:50 AM10/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to verylastminute, mootool...@googlegroups.com
True, I just wanted to be able to reposition and rescale certain
elements based on screen size.
I can go through them manually ($$) but altering the class' definition
seemed the logical step.
Barry van Oudtshoorn
unread,
Oct 2, 2012, 7:34:05 AM10/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mootool...@googlegroups.com
Media queries would perhaps be a better bet... Decoupling content,
behaviour and presentation is (nearly) always a good idea.
Barry van Oudtshoorn
www.barryvan.com.au From: Lee Goddard
Sent: 2012-10-02 6:07 PM
To: verylastminute
Cc: mootool...@googlegroups.com Subject: [Moo] Re: Adjust attributes of CSS class?
Lee
unread,
Oct 2, 2012, 8:47:08 AM10/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mootool...@googlegroups.com
Decoupling almost always good - quite agree.
Media Queries - I've not seen that RFC before, a whole, exciting world
awaits me... thanks!