<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Atalaya Studio &#187; text over graphic</title>
	<atom:link href="http://atalayastudio.com/info/text-over-graphic/feed" rel="self" type="application/rss+xml" />
	<link>http://atalayastudio.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Feb 2010 19:21:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Text over Graphic Anchors with NAVT</title>
		<link>http://atalayastudio.com/archives/13</link>
		<comments>http://atalayastudio.com/archives/13#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:47:04 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[NAVT]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tips/Hints]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[graphic anchors]]></category>
		<category><![CDATA[text over graphic]]></category>

		<guid isPermaLink="false">http://atalayastudio.com/?p=13</guid>
		<description><![CDATA[Introduction
In the article NAVT and Graphic Anchors, I explained how NAVT plug supported three anchor types that can be used on your web site. The graphic anchor styles are for those who want to use graphics or a mixture of graphics and text as anchors. In this article I&#8217;ll explain how NAVT creates a Graphic [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>In the article <a title="NAVT and Graphic Anchors" href="http://atalayastudio.com/archives/18" target="_self">NAVT and Graphic Anchors</a>, I explained how NAVT plug supported three anchor types that can be used on your web site. The graphic anchor styles are for those who want to use graphics or a mixture of graphics and text as anchors. In this article I&#8217;ll explain how NAVT creates a Graphic anchor and what you need to know about the required CSS.<br />
<span id="more-13"></span></p>
<h3>Anatomy of a Graphic Anchor</h3>
<p>Along with plain text links, graphic links are probably the most common anchors created for use on web sites. Graphics offer the most options for personalization and remain popular with web site designers. NAVT constructs these links by adding a user defined class to a DIV that wraps the anchor.</p>
<p>Below is an example of a Text Over Graphic anchor created by the NAVT plugin for a category that has the title <strong>World News</strong>.</p>
<div style="text-align:center"><img style="margin: 5px;" title="Text over graphics" src="http://atalayastudio.com/wp-content/uploads/2008/03/tog11-195x300.png" alt="" width="195" height="300" /></div>
<p>The image above shows how the <em>World News</em> category is configured in NAVT. The text over graphic anchor type is selected and the user CSS class <strong>worldgraphic</strong> has been entered into the <span style="color: #0000ff;">CSS class for graphic text box</span>.</p>
<p><em>The NAVT output for this category configuration would appear as:</em></p>
<pre class="brush: html">
&lt;ul class=&#039;menu example&#039;&gt;
&lt;li class=&#039;erow example_item page_item world-news-cat categorytab&#039;&gt;
&lt;div class=&#039;navt_tog worldgraphic&#039;&gt;
&lt;a href=&#039;http://example.com/world-news&#039; title=&#039;World News&#039; class=&#039;navt_clink&#039;&gt;World News&lt;/a&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>To make the graphic appear behind the text World News you would create a CSS rule in your style sheet that adds a background to the <strong>DIV</strong> that contains the World News anchor. The DIV also contains the width and height of the graphic:</p>
<pre class="brush: css">
ul.example li.world-news div.worldgraphic {
background: transparent url(images/world-news-graphic.jpg) no-repeat left top;
width: 100px;
height: 20px;
}
</pre>
<h3>Other Types</h3>
<p>Each type of navigation item: pages, categories, URI anchors, etc) is constructed the same way and each is provided with a unique set of classes similar to the example shown above.</p>
]]></content:encoded>
			<wfw:commentRss>http://atalayastudio.com/archives/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
