<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029597" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029597</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-rollovers-question-javascipt#comment-1173908</link>
    <description> &lt;p&gt;Thanks!  I am going to take a look at all of that and keep your suggestion in mind.  I always seem to dive right in and try to figure things out!  (guess that&#039;s way it takes me so long!)&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
&lt;p&gt;Brooke&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Jun 2005 17:52:43 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1173908 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-rollovers-question-javascipt#comment-1173662</link>
    <description> &lt;p&gt;Oh and to replace text with an image see:&lt;br /&gt;
&lt;a href=&quot;http://www.mezzoblue.com/tests/revised-image-replacement/&quot; class=&quot;bb-url&quot;&gt;http://www.mezzoblue.com/tests/revised-image-replacement/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The techniques here are quite advanced, so if you&#039;re unsure about css it&#039;s probably not a good idea to dive into them on a live design straight away.&lt;/p&gt;
&lt;p&gt;Sorry, didn&#039;t read your post properly &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/eyeroll.png&quot; title=&quot;Roll eyes&quot; alt=&quot;Roll eyes&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Jun 2005 12:30:05 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1173662 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-rollovers-question-javascipt#comment-1173660</link>
    <description> &lt;p&gt;Oooh, I love that moving one image trick. Beats the heck out of image pre-loaders, all you have to do Brooke is change the background: url(imgfilename.gif). So for instance:&lt;/p&gt;
&lt;p&gt;a:link { background: url(image1.gif); }&lt;br /&gt;
a:hover { background: url(image2.gif); }&lt;/p&gt;
&lt;p&gt;It is better to use one single image and move its position though - eliminating the need for a pre-loader - this will work unless you&#039;re using an animated gif, moving the position of something animated really screws some browsers up. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Next job is to lookup something called &lt;a href=&quot;http://www.google.co.uk/search?hl=en&amp;amp;hs=ekP&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:en-GB:official&amp;amp;q=css+specificity&amp;amp;spell=1&quot; class=&quot;bb-url&quot;&gt;specificity&lt;/a&gt;. LoVeHA is always a good rule to remember as well Link, Visited, Hover, Active. That being the order you should always put the css psuedo-classes into. For example:&lt;/p&gt;
&lt;p&gt;a:link {&lt;br /&gt;
...properties...&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;a:visited {&lt;br /&gt;
...properties...&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;a:hover {&lt;br /&gt;
...properties...&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;a:active {&lt;br /&gt;
...properties...&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Jun 2005 12:11:25 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1173660 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-rollovers-question-javascipt#comment-1173630</link>
    <description> &lt;p&gt;Hey guys - O2bunced, I have been trying that CSS link that you gave me but am still having difficulty.  I do not know that much CSS so I having problems with a couple of things:&lt;/p&gt;
&lt;p&gt;1.  I do not know how to replace the text links with an image in the CSS code&lt;/p&gt;
&lt;p&gt;2.  They are using the same bg graphic for the original image - I am not, so I am not sure what to do&lt;/p&gt;
&lt;p&gt;Can you help me on this guys?&lt;/p&gt;
&lt;p&gt;TIA!&lt;/p&gt;
&lt;p&gt;Brooke&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Jun 2005 22:35:35 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1173630 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-rollovers-question-javascipt#comment-1173477</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;CptAwesome wrote:&lt;/strong&gt; You simply have to write a function to change 2&lt;/p&gt;
&lt;p&gt;function roll2(oneid,twoid){&lt;br /&gt;
oneid.src=&quot;imagename.jpg&quot;;&lt;br /&gt;
twoid.src=&quot;imagename2.jpg&quot;;&lt;br /&gt;
}
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Does this go in the style sheet? &lt;/p&gt;
&lt;p&gt;If it does, how to you call it in the a tag....class=&quot;function&quot;?&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Jun 2005 22:45:39 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1173477 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-rollovers-question-javascipt#comment-1173473</link>
    <description> &lt;p&gt;Thank you both for your help.  I have a lot of reworking to do on this new site and that part will be a huge matter for me to fix - so I really appreciate your help!&lt;/p&gt;
&lt;p&gt;Brooke&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Jun 2005 21:51:20 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1173473 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-rollovers-question-javascipt#comment-1173145</link>
    <description> &lt;p&gt;You simply have to write a function to change 2&lt;/p&gt;
&lt;p&gt;function roll2(oneid,twoid){&lt;br /&gt;
oneid.src=&quot;imagename.jpg&quot;;&lt;br /&gt;
twoid.src=&quot;imagename2.jpg&quot;;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;etc, you can make a lot more variables in that, and you&#039;d want to do it with ifs to check whether to switch to the rollover one, or back from it.&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Jun 2005 04:23:42 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1173145 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/two-rollovers-question-javascipt#comment-1173105</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://johnp.co.nz/techstuff/2x_css_rollover_demo.htm&quot; class=&quot;bb-url&quot;&gt;http://johnp.co.nz/techstuff/2x_css_rollover_demo.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Uses CSS rather than JavaScript, meaning it is simpler and more accessible to people who have Js turned off&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Jun 2005 18:01:20 +0000</pubDate>
 <dc:creator>02bunced</dc:creator>
 <guid isPermaLink="false">comment 1173105 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
