<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTML questions. Please help!?</title>
	<atom:link href="http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/</link>
	<description></description>
	<lastBuildDate>Tue, 10 May 2011 04:03:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: DianeD</title>
		<link>http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/comment-page-1/#comment-1542</link>
		<dc:creator>DianeD</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/#comment-1542</guid>
		<description>For image-based menu&#039;s, I suggest you use only HTML and CSS. I believe what you&#039;re looking for would be found here: http://www.cssplay.co.uk/menus/flickerfree_mk3.html

If you are using (X)HTML, and would like your code to validate at W3C, then an external javascript would work perfectly in opening a new window.  Copy the following code into notepad, save as &#039;external.js&#039; :

function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName(&quot;a&quot;);
 for (var i=0; i&lt;anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute(&quot;href&quot;) &amp;&amp;
       anchor.getAttribute(&quot;rel&quot;) == &quot;external&quot;)
     anchor.target = &quot;_blank&quot;;
 }
}
window.onload = externalLinks;

***********
Then include this line within the &lt;head&gt; of your website page:


Whenever you have a link where a new window is to open, just put rel=&quot;external&quot; into that link like this:  Linked Text

**************

Those little text boxes you get when you hover over something are tooltips. You can find one here:
http://www.dynamicdrive.com/dynamicindex5/

Hope this helps,
DianeD</description>
		<content:encoded><![CDATA[<p>For image-based menu&#8217;s, I suggest you use only HTML and CSS. I believe what you&#8217;re looking for would be found here: http://www.cssplay.co.uk/menus/flickerfree_mk3.html</p>
<p>If you are using (X)HTML, and would like your code to validate at W3C, then an external javascript would work perfectly in opening a new window.  Copy the subsequent code into notepad, save as &#8216;external.js&#8217; :</p>
<p>function externalLinks() {<br />
 if (!document.getElementsByTagName) return;<br />
 var anchors = document.getElementsByTagName(&#8220;a&#8221;);<br />
 for (var i=0; i<anchors .length; i++) {<br />
   var anchor = anchors[i];<br />
   if (anchor.getAttribute("href") &#038;&#038;<br />
       anchor.getAttribute("rel") == "external")<br />
     anchor.target = "_blank";<br />
 }<br />
}<br />
window.onload = externalLinks;</p>
<p>***********<br />
Then include this line within the <head> of your website page:</p>
<p>Whenever you have a link where a new window is to open, just place rel=&#8221;external&#8221; into that link like this:  Linked Text</p>
<p>**************</p>
<p>Those small text boxes you get when you hover over something are tooltips. You can find one here:<br />
http://www.dynamicdrive.com/dynamicindex5/</p>
<p>Hope this helps,<br />
DianeD</anchors></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudha v</title>
		<link>http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/comment-page-1/#comment-1541</link>
		<dc:creator>sudha v</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/#comment-1541</guid>
		<description>3rd query:-
------------
To open another window:-(last query)
&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;
window.open(&quot;url&quot;,,&quot;scroll=no;
resize=no;&quot;)
1st param is url/path ,the file name to be opened.

1st question:-
----------------
I ll give u the logic, i doesnt know exactly.
onmouseover, call a javascript that displays another image. May be u can put the picture in div tag, and when the function is invoked u can give, div_id.innerHTML=&quot;pic.gif&quot;

2ndQuestion:-
-----------------
To have a tool tip;
&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;
Use &quot;title&quot; property of your &lt;a href&gt; tag.</description>
		<content:encoded><![CDATA[<p>3rd query:-<br />
&#8212;&#8212;&#8212;&#8212;<br />
To open another window:-(last query)<br />
<><><><><><><><><><><><><><br />
window.open(&#8220;url&#8221;,,&#8221;scroll=no;<br />
resize=no;&#8221;)<br />
1st param is url/path ,the file name to be opened.</p>
<p>1st question:-<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
I ll give u the judgment, i doesnt know exactly.<br />
onmouseover, call a javascript that displays another image. May be u can place the picture in div tag, and when the function is invoked u can give, div_id.innerHTML=&#8221;pic.gif&#8221;</p>
<p>2ndQuestion:-<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
To have a tool tip;<br />
<><><><><><><><br />
Use &#8220;title&#8221; property of your <a href> tag.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/comment-page-1/#comment-1540</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/#comment-1540</guid>
		<description>WWW.htmllive.COM


Justin</description>
		<content:encoded><![CDATA[<p>WWW.htmllive.COM</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: that is me</title>
		<link>http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/comment-page-1/#comment-1539</link>
		<dc:creator>that is me</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/#comment-1539</guid>
		<description>hello , first thing u must not pe panic otherwise u will not see what is infront of u .. u can visit the   www.w3schools.com  and link to the html section  and u will find all what u will need regarding to the things u asked for it.... have fun inside ur website</description>
		<content:encoded><![CDATA[<p>hello , first thing u must not pe panic otherwise u will not see what is infront of u .. u can visit the   www.w3schools.com  and link to the html section  and u will find all what u will need regarding to the equipment u questioned for it&#8230;. have fun inside ur website</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cva</title>
		<link>http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/comment-page-1/#comment-1538</link>
		<dc:creator>Cva</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/#comment-1538</guid>
		<description>To change images when when you hover on the link u must use &#039;onmouseover&#039; attribute of anchor.

To show a tool tip try using title=&quot;some thing&quot; for anchors and alt=&quot;something&quot; for images.

To open a new window with size u specify and no scrollbars and menus use java script window.open(), better you write a function for this.

For more help you will find &#039;www.w3schools.org&#039; handy</description>
		<content:encoded><![CDATA[<p>To change images when when you hover on the link u must use &#8216;onmouseover&#8217; attribute of anchor.</p>
<p>To show a tool tip try using title=&#8221;some thing&#8221; for anchors and alt=&#8221;something&#8221; for images.</p>
<p>To open a new window with size u specify and no scrollbars and menus use java speech window.open(), better you write a function for this.</p>
<p>For more help you will find &#8216;www.w3schools.org&#8217; handy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaMotivator</title>
		<link>http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/comment-page-1/#comment-1537</link>
		<dc:creator>DaMotivator</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/#comment-1537</guid>
		<description>http://www.pageresource.com/jscript/jhover1.htm
This page has the script and a tutorial that will get up and running</description>
		<content:encoded><![CDATA[<p>http://www.pageresource.com/jscript/jhover1.htm<br />
This page has the speech and a tutorial that will get up and running</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/comment-page-1/#comment-1536</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.suwanneewebdesign.com/2010/03/html-questions-please-help/#comment-1536</guid>
		<description>Your first query needs to make use of &#039;mouseover&#039;. Here&#039;s how to use it
http://www.htmlcodetutorial.com/images/_IMG_START_MOUSEOVER.html

Not sure about your second query.
///</description>
		<content:encoded><![CDATA[<p>Your first query needs to make use of &#8216;mouseover&#8217;. Here&#8217;s how to use it<br />
http://www.htmlcodetutorial.com/images/_IMG_START_MOUSEOVER.html</p>
<p>Not sure about your second query.<br />
///</p>
]]></content:encoded>
	</item>
</channel>
</rss>

