<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "underline in js"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "underline in js"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>underline in js</title>
				<description><![CDATA[ Does anybody know, how to make underline when mouse is over??<br /> I made something like that, but it hasn't worked...<br /> [code]&lt;SCRIPT&gt; <br /> &lt;!-- <br /> ie4 = &#40;&#40;navigator.appName == &quot;Microsoft Internet Explorer&quot;&#41; &amp;&amp; &#40;parseInt&#40;navigator.appVersion&#41; &gt;= 4 &#41;&#41;; <br /> function over&#40;&#41; <br /> &#123; if &#40;ie4&#41; &#123; <br /> event.srcElement.style.cursor=&quot;hand&quot;; <br /> event.srcElement.textDecoration=&quot;underline&quot;; &#125; &#125; // there I don't know... <br /> function out&#40;&#41;&#123; <br /> if &#40;ie4&#41; <br /> &#123; event.srcElement.style.cursor = &quot;auto&quot;; <br /> event.srcElement.textDecoration=&quot;none&quot;;  // there too...<br /> &#125; &#125; <br /> function rozwijanie&#40; object &#41; <br /> &#123; if &#40;ie4&#41; &#123; <br /> roller= document.all&#40;object&#41;; <br /> if &#40;roller.style.display == &quot;none&quot;&#41; <br /> &#123; roller.style.display = &quot;&quot;; &#125; <br /> else <br /> &#123; roller.style.display = &quot;none&quot;; &#125; &#125;&#125; <br /> //--&gt; <br /> &lt;/SCRIPT&gt;[/code]<br /> I've heard about function ondecoration but I don't know how to put that in code...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5330/19441.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5330/19441.php</link>
				<pubDate><![CDATA[Mon, 23 Jan 2006 10:48:47]]> GMT</pubDate>
				<author><![CDATA[ dexter_evil]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If we are taslking about for links then it is just CSS.<br /> <br /> a { text-decoration: none; }<br /> a:hover { text-decoration: underline; }]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5330/19442.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5330/19442.php</link>
				<pubDate><![CDATA[Mon, 23 Jan 2006 11:42:16]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No it isn't link, so it's impossible to do that by CSS. I have to make it on js. I know that is possible, but I can't find information about it anywhere... <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5330/19443.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5330/19443.php</link>
				<pubDate><![CDATA[Mon, 23 Jan 2006 11:54:57]]> GMT</pubDate>
				<author><![CDATA[ dexter_evil]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hmm I see what you mean.<br /> <br /> onMouseOver="this.style.text-decoration='underline'"<br /> <br /> doesn't do anything.<br /> <br /> Ah it's worded differently<br /> <br /> onMouseOver="this.style.textDecoration='underline'" onMouseOut="this.style.textDecoration='none'"<br /> <br /> that works. Google is your friend  <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5330/19445.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5330/19445.php</link>
				<pubDate><![CDATA[Mon, 23 Jan 2006 16:45:30]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>