Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Adjust attributes of CSS class?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Lee Goddard  
View profile  
 More options Oct 2 2012, 5:28 am
From: Lee Goddard <lee...@gmail.com>
Date: Tue, 02 Oct 2012 11:27:50 +0200
Local: Tues, Oct 2 2012 5:27 am
Subject: Adjust attributes of CSS class?
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
verylastminute  
View profile  
 More options Oct 2 2012, 5:46 am
From: verylastminute <cgp...@gmail.com>
Date: Tue, 2 Oct 2012 02:46:25 -0700 (PDT)
Local: Tues, Oct 2 2012 5:46 am
Subject: Re: Adjust attributes of CSS class?

The simplest is to append a <style /> element to the document head,
containing the new styles...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lee Goddard  
View profile  
 More options Oct 2 2012, 6:08 am
From: Lee Goddard <lee...@gmail.com>
Date: Tue, 02 Oct 2012 12:07:50 +0200
Local: Tues, Oct 2 2012 6:07 am
Subject: Re: Adjust attributes of CSS class?
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.

On 02/10/2012 11:46, verylastminute wrote:

> The simplest is to append a  <style /> element to the document head,

 > containing the new styles...
 >
 > On Tuesday, October 2, 2012 11:28:00 AM UTC+2, Lee wrote:
 >
 > 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
 >

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barry van Oudtshoorn  
View profile  
 More options Oct 2 2012, 7:34 am
From: Barry van Oudtshoorn <bvanoudtsho...@gmail.com>
Date: Tue, 2 Oct 2012 04:34:05 -0700
Local: Tues, Oct 2 2012 7:34 am
Subject: RE: [Moo] Re: Adjust attributes of CSS class?
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: mootools-users@googlegroups.com
Subject: [Moo] Re: Adjust attributes of CSS class?
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.

On 02/10/2012 11:46, verylastminute wrote:

> The simplest is to append a  <style /> element to the document head,

 > containing the new styles...
 >
 > On Tuesday, October 2, 2012 11:28:00 AM UTC+2, Lee wrote:
 >
 > 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
 >

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lee  
View profile  
 More options Oct 2 2012, 8:47 am
From: Lee <lee...@gmail.com>
Date: Tue, 02 Oct 2012 14:47:08 +0200
Local: Tues, Oct 2 2012 8:47 am
Subject: Re: [Moo] Re: Adjust attributes of CSS class?

Decoupling almost always good - quite agree.

Media Queries - I've not seen that RFC before, a whole, exciting world
awaits me... thanks!

On 02/10/2012 13:34, Barry van Oudtshoorn wrote:

> 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:
 > mootools-users@googlegroups.com Subject: [Moo] Re: Adjust attributes
 > of CSS class? 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.
 >
 > On 02/10/2012 11:46, verylastminute wrote:
 >> The simplest is to append a <style /> element to the document
 >> head, containing the new styles...
 >>
 >> On Tuesday, October 2, 2012 11:28:00 AM UTC+2, Lee wrote:
 >>
 >> 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
 >>
 >

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »