<?xml version="1.0" encoding="utf-8"?>
		<feed xmlns="http://www.w3.org/2005/Atom">
		  <title type="text">SkillShare Forum - CSS Beauty - better solution to an image menu</title>
		  <updated>2013-05-19T23:03:27-04:00</updated>
		  <id>http://cssbeauty.com/skillshare/</id>
		  <link rel="alternate" type="text/html" hreflang="en" href="http://cssbeauty.com/skillshare/discussion/?DiscussionID=166"/>
		  <link rel="self" type="application/atom+xml" href="http://cssbeauty.com/skillshare/discussion/?DiscussionID=166&amp;Feed=Atom"/>
		  <generator uri="http://getvanilla.com/" version="1.1.9">
			 Lussumo Vanilla
		  </generator>
		  <entry>
		<title>better solution to an image menu</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/166/?Focus=1323#Comment_1323" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/166/?Focus=1323#Comment_1323</id>
		<published>2006-01-16T16:25:54-05:00</published>
		<updated>2006-01-16T17:06:37-05:00</updated>
		<author>
			<name>pab</name>
			<uri>http://cssbeauty.com/skillshare/account/375/</uri>
		</author>
		<summary type="text" xml:lang="en">
			hello folks. i'm new to this css world and i comming with a lot of questions.
 
 i'm putting my webpage under the css/tableless rules, lokking for acessibillity too. my first question is about my ...
		</summary>
		<content type="html">
			<![CDATA[hello folks. i'm new to this css world and i comming with a lot of questions.<br /> <br /> i'm putting my webpage under the css/tableless rules, lokking for acessibillity too. my first question is about my menu. it's using just images and i want to display its correpsonding texts when CSS is not available.<br /> <br /> well. my trouble is using &lt;a href="?phpMyAdmin=4594f30712f4fabaff6997416810f3f2"&gt; to the links. i was trying something like this:<br /> <br /> - - CSS<br /> div#menu {<br />   padding: 0;<br />   margin: 0;<br />   width: 200px;<br />    text-align: right;<br /> }<br /> <br /> div#menu a {<br />    text-indent: -9000px;<br /> }<br /> <br /> div#menu .home {<br />    width: 130px;<br />    height: 20px;<br />    background: transparent url('img/menu_home.gif') no-repeat 0 0;<br /> }<br /> <br /> div#menu a:hover {<br />    background-position: 0 100%;<br /> }<br /> <br /> <br /> - - - HTML<br /> <br /> &lt;div id="menu"&gt;<br />    &lt;a href="link1?phpMyAdmin=4594f30712f4fabaff6997416810f3f2" class="home"&gt;Home&lt;/a&gt;<br />    &lt;a href="link2?phpMyAdmin=4594f30712f4fabaff6997416810f3f2" class="about"&gt;About Us&lt;/a&gt;<br />    &lt;a href="link3?phpMyAdmin=4594f30712f4fabaff6997416810f3f2" class="contact"&gt;Contact&lt;/a&gt;<br /> &lt;/div&gt;<br /> <br /> <br /> <br /> * * * <br /> but i cant set a width and height to &lt;a&gt; until it is now display:block<br /> and, displaying it in "block", mouse can click on any place and dont click just on the image area.<br /> <br /> can u guys give a solution to my problem? maybe using uberlinks &lt;ul&gt;?<br /> <br /> thank u all]]>
		</content>
	</entry>
	<entry>
		<title>better solution to an image menu</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/166/?Focus=1326#Comment_1326" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/166/?Focus=1326#Comment_1326</id>
		<published>2006-01-16T17:01:11-05:00</published>
		<updated>2013-05-19T23:03:27-04:00</updated>
		<author>
			<name>adjustafresh</name>
			<uri>http://cssbeauty.com/skillshare/account/82/</uri>
		</author>
		<summary type="text" xml:lang="en">
			Uberlinks?
		</summary>
		<content type="html">
			<![CDATA[Uberlinks?]]>
		</content>
	</entry>
	<entry>
		<title>better solution to an image menu</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/166/?Focus=1328#Comment_1328" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/166/?Focus=1328#Comment_1328</id>
		<published>2006-01-16T17:22:25-05:00</published>
		<updated>2013-05-19T23:03:27-04:00</updated>
		<author>
			<name>pab</name>
			<uri>http://cssbeauty.com/skillshare/account/375/</uri>
		</author>
		<summary type="text" xml:lang="en">
			yeah. i know it by this name. dont know if it's correct
http://www.projectseven.com/tutorials/css/uberlinks/
		</summary>
		<content type="html">
			<![CDATA[yeah. i know it by this name. dont know if it's correct<br /><a href="http://www.projectseven.com/tutorials/css/uberlinks/" target="_blank" rel="nofollow">http://www.projectseven.com/tutorials/css/uberlinks/</a>]]>
		</content>
	</entry>
	<entry>
		<title>better solution to an image menu</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/166/?Focus=1329#Comment_1329" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/166/?Focus=1329#Comment_1329</id>
		<published>2006-01-16T17:35:15-05:00</published>
		<updated>2006-01-16T17:36:16-05:00</updated>
		<author>
			<name>adjustafresh</name>
			<uri>http://cssbeauty.com/skillshare/account/82/</uri>
		</author>
		<summary type="text" xml:lang="en">
			A ul tag opens an Unordered (or bulleted) List .

I am not sure what kind of effect you're trying to create (vertical or horizontal navigation), but it is advisable to place your a tags in an ...
		</summary>
		<content type="html">
			<![CDATA[A ul tag opens an <strong >U</strong>nordered (or bulleted) <strong >L</strong>ist .<br /><br />I am not sure what kind of effect you're trying to create (vertical or horizontal navigation), but it is advisable to place your a tags in an unordered list similar to this:<br /><br /><code ><br />&amp;lt;div id=&quot;menu&quot;&amp;gt;<br />&amp;lt;ul&amp;gt;<br />&amp;lt;li&amp;gt;&amp;lt;a href=&quot;link1&quot; class=&quot;home&quot;&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;<br />&amp;lt;li&amp;gt;&amp;lt;a href=&quot;link2&quot; class=&quot;about&quot;&amp;gt;About Us&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;<br />&amp;lt;li&amp;gt;&amp;lt;a href=&quot;link3&quot; class=&quot;contact&quot;&amp;gt;Contact&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;<br />&amp;lt;/ul&amp;gt;<br />&amp;lt;/div&amp;gt;<br /></code>  <br /><br />Good Luck.]]>
		</content>
	</entry>
	<entry>
		<title>better solution to an image menu</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/166/?Focus=1333#Comment_1333" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/166/?Focus=1333#Comment_1333</id>
		<published>2006-01-16T18:00:14-05:00</published>
		<updated>2013-05-19T23:03:27-04:00</updated>
		<author>
			<name>pab</name>
			<uri>http://cssbeauty.com/skillshare/account/375/</uri>
		</author>
		<summary type="text" xml:lang="en">
			ok. but doing that, i have two problems:

1 - i cant set &quot;text-indent: -9999px&quot; on  if it's not &quot;display: block&quot;
2 - i cant align this unordered list at right

i'm trying to ...
		</summary>
		<content type="html">
			<![CDATA[ok. but doing that, i have two problems:<br /><br />1 - i cant set "text-indent: -9999px" on &lt;a&gt; if it's not "display: block"<br />2 - i cant align this unordered list at right<br /><br />i'm trying to make a vertical menu<br />i'll reproduce my actual website <a href="http://konb.org" target="_blank" rel="nofollow">http://konb.org</a><br /><br />thanks for help ;)]]>
		</content>
	</entry>
	<entry>
		<title>better solution to an image menu</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/166/?Focus=1341#Comment_1341" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/166/?Focus=1341#Comment_1341</id>
		<published>2006-01-16T22:08:32-05:00</published>
		<updated>2013-05-19T23:03:27-04:00</updated>
		<author>
			<name>Nick Presta</name>
			<uri>http://cssbeauty.com/skillshare/account/309/</uri>
		</author>
		<summary type="text" xml:lang="en">
			1. You shouldn't be using anchors on their own, they need to be contained within a block-level element. You should also put those links in a list which means you are text-indent: -5000em the lists, ...
		</summary>
		<content type="html">
			<![CDATA[1. You shouldn't be using anchors on their own, they need to be contained within a block-level element. You should also put those links in a list which means you are text-indent: -5000em the lists, etc.<br />2. Floats.]]>
		</content>
	</entry>
	<entry>
		<title>better solution to an image menu</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/166/?Focus=1372#Comment_1372" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/166/?Focus=1372#Comment_1372</id>
		<published>2006-01-17T18:23:03-05:00</published>
		<updated>2006-01-17T18:24:29-05:00</updated>
		<author>
			<name>pab</name>
			<uri>http://cssbeauty.com/skillshare/account/375/</uri>
		</author>
		<summary type="text" xml:lang="en">
			thanks nick1presta!

well. my 2nd problem is solved, i forgot use floats there. it's at right, right now.

to my first problem, i got this example and i'm trying an alternate method to do this. ...
		</summary>
		<content type="html">
			<![CDATA[thanks nick1presta!<br /><br />well. my 2nd problem is solved, i forgot use floats there. it's at right, right now.<br /><br />to my first problem, i got this example and i'm trying an alternate method to do this. setting visibility to hidden, to me, do the same on the text. just hides it.<br /><br /><a href="http://www.alistapart.com/articles/imagemap/" target="_blank" rel="nofollow">http://www.alistapart.com/articles/imagemap/</a><br /><br />but i'm trying to do not use "absolute" positions, i dont like them.<br />do u have any suggestion?<br /><br />thanks anyway]]>
		</content>
	</entry>
	
		</feed>