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
Message from discussion Javascript help

Received: by 10.58.151.18 with SMTP id um18mr8222114veb.4.1352845012631;
        Tue, 13 Nov 2012 14:16:52 -0800 (PST)
X-BeenThere: heatsynclabs@googlegroups.com
Received: by 10.220.219.69 with SMTP id ht5ls9597200vcb.7.gmail; Tue, 13 Nov
 2012 14:16:50 -0800 (PST)
Received: by 10.52.28.45 with SMTP id y13mr4558676vdg.10.1352845010444;
        Tue, 13 Nov 2012 14:16:50 -0800 (PST)
Date: Tue, 13 Nov 2012 14:16:50 -0800 (PST)
From: joshua martin <glendalien.producti...@gmail.com>
To: heatsynclabs@googlegroups.com
Message-Id: <42f3bfbd-e5a9-4936-abf4-0c931590beb4@googlegroups.com>
Subject: Javascript help
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_193_9506560.1352845010104"

------=_Part_193_9506560.1352845010104
Content-Type: multipart/alternative; 
	boundary="----=_Part_194_24110858.1352845010105"

------=_Part_194_24110858.1352845010105
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

to start- I don't know jack about javascript, to the answer to my question 
is probably childsplay.

I am using a script someone else wrote, it works fine, and it does what I 
want. I am trying to integrate the script to work with the rest of my page. 
the script is calling a function from a text/css source, how to i make it 
call the same info from CSS?

i killed this in HTML:

    div.rotator ul li {
    position:absolute;

I replaced it with this in my CSS:

#rotator ul li {
    position:absolute;
} 

the script is written like this:

$(document).ready(function() {        
    //Load the slideshow
    theRotator();
    $('div.rotator').fadeIn(1000);
    $('div.rotator ul li').fadeIn(1000); // tweek for IE
});

in line 4 and 5, its looking for the text/css, i want to tell it to look at 
CSS.

thanks guys!

------=_Part_194_24110858.1352845010105
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

to start- I don't know jack about javascript, to the answer to my question =
is probably childsplay.<br><br>I am using a script someone else wrote, it w=
orks fine, and it does what I want. I am trying to integrate the script to =
work with the rest of my page. the script is calling a function from a text=
/css source, how to i make it call the same info from CSS?<br><br>i killed =
this in HTML:<br><br><span style=3D"color: rgb(111, 168, 220);">&nbsp;&nbsp=
;&nbsp; div.rotator ul li {<br>&nbsp;&nbsp;&nbsp; position:absolute;</span>=
<br><br>I replaced it with this in my CSS:<br><br><span style=3D"color: rgb=
(111, 168, 220);">#rotator ul li {<br>&nbsp;&nbsp;&nbsp; position:absolute;=
<br>} </span><br><br>the script is written like this:<br><br><span style=3D=
"color: rgb(111, 168, 220);">$(document).ready(function() {&nbsp;&nbsp;&nbs=
p; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; //Load the slideshow<br>&nbsp;=
&nbsp;&nbsp; theRotator();<br>&nbsp;&nbsp;&nbsp; $('div.rotator').fadeIn(10=
00);<br>&nbsp;&nbsp;&nbsp; $('div.rotator ul li').fadeIn(1000); // tweek fo=
r IE<br>});</span><br><br>in line 4 and 5, its looking for the text/css, i =
want to tell it to look at CSS.<br><br>thanks guys!<br>
------=_Part_194_24110858.1352845010105--

------=_Part_193_9506560.1352845010104--