<?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; graphic anchors</title>
	<atom:link href="http://atalayastudio.com/info/graphic-anchors/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>NAVT and Graphic Anchors</title>
		<link>http://atalayastudio.com/archives/18</link>
		<comments>http://atalayastudio.com/archives/18#comments</comments>
		<pubDate>Sun, 30 Mar 2008 16:03:44 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[NAVT]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[graphic anchors]]></category>

		<guid isPermaLink="false">http://atalayastudio.com/?p=18</guid>
		<description><![CDATA[Introduction
The NAVT plug supports three anchor types in addition to the standard everyday text anchor people typically use. The additional anchor styles are for those who want to use graphics or a mixture of graphics and text as anchors. The anchor styles supported are:

Standard text link (no graphics)
Text over Graphics
Text with a side graphic
Graphic only [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>The NAVT plug supports three anchor types in addition to the standard everyday text anchor people typically use. The additional anchor styles are for those who want to use graphics or a mixture of graphics and text as anchors. <span id="more-18"></span>The anchor styles supported are:</p>
<ul>
<li>Standard text link (no graphics)</li>
<li>Text over Graphics</li>
<li>Text with a side graphic</li>
<li>Graphic only (no text)</li>
</ul>
<h3>Anatomy of a Graphic Anchor</h3>
<p>A  graphic anchor is generally a button or graphic of some type with text (HTML font) on top of it. This anchor typically uses a background image. Some of the time the same graphic image is used to create each link. This makes it necessary to provide a unique set of css classes making it possible to distinguish one anchor from another. NAVT provides several unique class names from which you can create distinct rules for each anchor.</p>
<h3>CSS  Styling</h3>
<p>CSS styling is the cornerstone of creating graphic anchors. NAVT provides anchors wrapped in a DIV tag or anchors outside of a DIV tag. Using a DIV tag enables you to set the width and height of the DIV and then backgrounding it with the desired graphic.</p>
<h3>Additional Information</h3>
<p>I&#8217;ve written additional articles on each of the graphic link types.</p>
<ul>
<li><a title="Text with Side Graphic" href="http://atalayastudio.com/archives/16" target="_self">Text with Side Graphic</a></li>
<li><a title="Text over Graphic Anchors" href="http://atalayastudio.com/archives/13" target="_self">Text over Graphic</a></li>
<li>Graphic Only Anchors</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://atalayastudio.com/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphic Only Anchors with NAVT</title>
		<link>http://atalayastudio.com/archives/19</link>
		<comments>http://atalayastudio.com/archives/19#comments</comments>
		<pubDate>Sun, 30 Mar 2008 15:44:47 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[NAVT]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[graphic anchors]]></category>

		<guid isPermaLink="false">http://atalayastudio.com/?p=19</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 new 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 the 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 new graphic anchor styles are for those who want to use graphics or a mixture of graphics and text as anchors.<br />
In this article I&#8217;ll explain how NAVT creates the Graphic only anchors and what you need to know about the required CSS.<span id="more-19"></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 wrapping a surrogate image inside an anchor. The space reserved can be backgrounded with any image. The anchor text is wrapped within a span that allows the text to be moved off screen while still retaining the HTML text information in the anchor for curious robots crawling your web site.</p>
<p>The graphic below illustrates how to configure an item to create a graphics only navigation item:</p>
<div style="text-align:center;"><img title="Graphic Anchors" src="http://atalayastudio.com/wp-content/uploads/2008/03/got-198x300.png" alt="" width="198" height="300" /></div>
<p>The following is the exprected HTML output containing a Graphic Anchor created by the NAVT plugin for a <em>category </em>that has the title <strong>World News</strong>.</p>
<pre class="brush: html">
&lt;ul class=&#039;menu example&#039;&gt;
&lt;li class=&#039;erow topics_item page_item world-news-cat categorytab&#039;&gt;
&lt;div class=&#039;navt_gl&#039;&gt;&lt;a href=&#039;http://example.com/world-news&#039; title=&#039;World News&#039; class=&#039;navt_glink&#039;&gt;
&lt;img src=&#039;http://example.com/wp-content/plugins/navt/images/blank.gif&#039; alt=&#039;&#039; class=&#039;world-news-img worldgraphic&#039;/&gt;
&lt;span style=&#039;margin-left:-5000px;&#039;&gt;World News&lt;/span&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
</pre>
<h3>Styling a Graphics Only Anchor</h3>
<p>NAVT assigns several classes for styling this type of anchor. The following is an example of how to style a NAVT graphic anchor.</p>
<pre class="brush: css">
ul li.world-news-cat div.navt_gl img.world-news-img,
ul li.world-news-cat div.navt_gl  {
/* set the background image, width and height of the graphic */
width: 100px;
height: 100px;
background: url(images/world.jpg) no-repeat left top;
}
</pre>
<p>The CSS rules target both the IMG tag and and the image DIV wrapper. The anchor text is automatically moved off the page so it is not visible to site viewers and remains SEO friendly.</p>
<h3>Other Types</h3>
<p>Each type of navigation item <em>pages, categories, URI anchors, etc</em>) is constructed the same way and each is provided with a unique set of classes similar to the example shown above. Below is a list of the classes created for each type of item. <em>When in doubt, look at the source code created by NAVT by using your Browser.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://atalayastudio.com/archives/19/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Text with Side Graphic Anchors</title>
		<link>http://atalayastudio.com/archives/16</link>
		<comments>http://atalayastudio.com/archives/16#comments</comments>
		<pubDate>Sun, 30 Mar 2008 14:56:16 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[NAVT]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[graphic anchors]]></category>
		<category><![CDATA[text with side graphic]]></category>

		<guid isPermaLink="false">http://atalayastudio.com/?p=16</guid>
		<description><![CDATA[Introduction
In the article NAVT and Graphic Anchors, I explained how the NAVT plugin supported three anchor types that can be used on your web site. The new 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 the [...]]]></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 the NAVT plugin supported three anchor types that can be used on your web site. The new graphic anchor styles are for those who want to use graphics or a mixture of graphics and text as anchors.</p>
<p>In this article I&#8217;ll explain how NAVT creates the Text with Side Graphic anchors and what you need to know about the required CSS.<span id="more-16"></span></p>
<h3>Anatomy of a Text Anchor with a Side Graphic</h3>
<p>Perhaps you&#8217;ve seen them. This is a anchor that has a graphic positioned somewhere near it. The graphic can be above, to the right or left or below the anchor text. Often they are used to show a small teaser of a much larger graphic. The construction of these anchors separates the graphic from the anchor. By making the <strong>position </strong>of the anchor <strong>absolute, </strong>the anchor can generally be placed anywhere around the graphic.</p>
<p>The graphic used to provide the background image is obtained from a class that you provide from your stylesheet. You supply the name of the class at the time the link type is configured.<br />
The graphic below shows the configuration of a category using text with side graphic. The Anchor type is set to <span style="color: #888888;">Text with side graphic</span> and the user CSS class <span style="color: #888888;">worldgraphic </span>has been entered into the text box.</p>
<div style="text-align:center"><img src="http://atalayastudio.com/wp-content/uploads/2008/03/twsg.png" alt="" /></div>
<p>The NAVT output for the navigation group would appear as:</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_twsg worldgraphic&#039;&gt;&amp;nbsp;&lt;/div&gt;
&lt;a href=&#039;http://example.com/world-news&#039; title=&#039;World News&#039;&gt;World News&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>Notice that the <strong>DIV </strong>is<strong> </strong>assigned the user defined class <strong>worldgraphic </strong>and contains only a non-breaking space as a place holder. The anchor appears outside of the <strong>DIV </strong>so it can be moved using absolute positioning relative to the LI parent container.</p>
<p><em>Here is a CSS example that would place the anchor to the right of the graphic:</em></p>
<pre class="brush: css">
li.world-news-cat { /* parent container must be relative */
position:relative;
}

ul li.world-news-cat div.worldgraphic { /* set size of background and image */
background: transparent url(images/world.jpg) no-repeat left top;
width: 100px;
height: 100px;
}

ul li.world-news-cat a { /* set for absolute positioning */
position: absolute;
top: 50%;
right: 0;
z-index: 50;
}
</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/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
