<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021233" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021233</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130945</link>
    <description> &lt;p&gt;I had a little extra time on my hands so here&#039;s a working page of roughly what I would have minus most of the design:&lt;/p&gt;
&lt;p&gt;    &amp;nbsp;&lt;/p&gt;
&lt;p&gt;        .navigation {&lt;br /&gt;
            width:148px;&lt;br /&gt;
            background-color:#1F3145;&lt;br /&gt;
            font-family:verdana;&lt;br /&gt;
            font-size:10pt;&lt;br /&gt;
          }&lt;br /&gt;
        .nav-link {&lt;br /&gt;
            display:block;&lt;br /&gt;
            font-family:verdana;&lt;br /&gt;
            font-size:10pt;&lt;br /&gt;
          }&lt;br /&gt;
        .nav-link:hover {&lt;br /&gt;
            display:block;&lt;br /&gt;
            background-color:#000;&lt;br /&gt;
          }&lt;br /&gt;
        .nav-ul {&lt;br /&gt;
            list-style-image:url(bullet.gif);&lt;br /&gt;
            list-style-type:none;&lt;br /&gt;
            margin-top:0;&lt;br /&gt;
            margin-right:10px;&lt;br /&gt;
            margin-bottom:0;&lt;br /&gt;
            margin-left:10px;&lt;br /&gt;
            padding:0;&lt;br /&gt;
          }&lt;/p&gt;
&lt;ul class=&quot;nav-ul&quot;&gt;
&lt;li&gt;&lt;a href=&quot;&quot; class=&quot;nav-link&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;&quot; class=&quot;nav-link&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;&quot; class=&quot;nav-link&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;&quot; class=&quot;nav-link&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;&quot; class=&quot;nav-link&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Just copy and paste it &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 May 2003 09:54:02 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1130945 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130941</link>
    <description> &lt;p&gt;You have the whole navigation in a DIV, either get rid of it, (&#039;cause you don&#039;t need it anyway)&lt;/p&gt;
&lt;p&gt;Or set the width of the DIV to 148, the same as the TD and float it left&lt;br /&gt;
i.e.&lt;/p&gt;
&lt;p&gt;becomes&lt;/p&gt;
&lt;p&gt;But, personally I would get rid of the DIV, put the style properties in a class and set it in the TD.&lt;/p&gt;
&lt;p&gt;i.e.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.shtml&quot;&gt;Home&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.shtml&quot;&gt;Current news&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.html&quot;&gt;Submit news&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.html&quot;&gt;News archive&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.html&quot;&gt;Poll archive&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;becomes:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.shtml&quot;&gt;Home&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.shtml&quot;&gt;Current news&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.html&quot;&gt;Submit news&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.html&quot;&gt;News archive&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.html&quot;&gt;Poll archive&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;with this going into the stylesheet:&lt;/p&gt;
&lt;p&gt;.navigation {&lt;br /&gt;
width:148px;&lt;br /&gt;
background-color:#1F3145;&lt;br /&gt;
font-family:verdana;&lt;br /&gt;
font-size:10pt;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;You may also find setting &lt;strong&gt;margin:0;&lt;/strong&gt; and &lt;strong&gt;padding:0;&lt;/strong&gt; to help when using display:block so that you can see where it would then change the values to suit.&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 May 2003 09:24:54 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1130941 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130908</link>
    <description> &lt;p&gt;heh... i dont know how but it screwed up my entire column, th whole thing moved more downwards and more on the right each table&lt;/p&gt;
 </description>
     <pubDate>Fri, 09 May 2003 01:14:00 +0000</pubDate>
 <dc:creator>mohd</dc:creator>
 <guid isPermaLink="false">comment 1130908 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130842</link>
    <description> &lt;p&gt;that&#039;s what display:block; with background-color:#000 does :S it makes the whole line with the link background black when you hover over it&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 May 2003 10:26:23 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1130842 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130823</link>
    <description> &lt;p&gt;i need the whole line containing the hyperlink to highlight &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 May 2003 05:47:04 +0000</pubDate>
 <dc:creator>mohd</dc:creator>
 <guid isPermaLink="false">comment 1130823 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130821</link>
    <description> &lt;p&gt;OK you have this as your CSS&lt;/p&gt;
&lt;p&gt;/* Mouse roll over effects */&lt;br /&gt;
Ahover:blue}&lt;br /&gt;
A{text-decoration:none}&lt;br /&gt;
a:hover{background-color:black;}&lt;br /&gt;
a{cursor:url(human_cursor.cur);}&lt;/p&gt;
&lt;p&gt;It should be:&lt;/p&gt;
&lt;p&gt;/* Mouse roll over effects */&lt;br /&gt;
A{text-decoration:none}&lt;br /&gt;
a:hover{&lt;br /&gt;
color:blue;&lt;br /&gt;
background-color:black;&lt;br /&gt;
}&lt;br /&gt;
a{cursor:url(human_cursor.cur);}&lt;/p&gt;
&lt;p&gt;If you want &lt;strong&gt;just&lt;/strong&gt; the navigation links to &#039;highlight&#039; then make a class with it&#039;s properties. For example:&lt;/p&gt;
&lt;p&gt;.link-nav {&lt;br /&gt;
display:block;&lt;br /&gt;
color:#00f;&lt;br /&gt;
text-decoration:none;&lt;br /&gt;
}&lt;br /&gt;
.link-nav:hover {&lt;br /&gt;
display:block;&lt;br /&gt;
background-color:#000;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;and change&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;index.shtml&quot;&gt;Home&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;bullet.gif&quot; width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;center&quot; /&gt;&lt;br /&gt;
&lt;a strong&gt; class=&quot;link-nav&quot;&amp;gt;Home&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note: you must have the display:block; everything else can be changed.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 May 2003 05:39:07 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1130821 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130817</link>
    <description> &lt;p&gt;you can set :hover for any element -- browsers that don&#039;t support this will ignore it, and those that do will do it nicely, which leads to nice degradation and generally less annoyance for users.&lt;/p&gt;
&lt;p&gt;Or you can find JavaScript and jss to do the same thing, with more code, that also only works in a handful of browsers.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 May 2003 03:53:43 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1130817 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130811</link>
    <description> &lt;p&gt;Not sure what you mean. The hover color isn&#039;t working though. You have the page fixed where I can&#039;t view source in Internet Explorer and I am too lazy to open another browser and look at it so I can&#039;t see your code to see what you have done.&lt;/p&gt;
&lt;p&gt;Also, if I might add.....from one webmaster to another.... that cursor hand that you are using is hideous looking.:freak:&lt;br /&gt;
You can hardly see it because it is almost the same color as the background and it covers several links so it is hard to tell what link you are pointing at. Do your users a favor and get rid of that. (sorry...just my observation)&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 May 2003 01:54:09 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1130811 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130804</link>
    <description> &lt;p&gt;thanks i read the CSS thing and i found it pretty easy but confusing at first, anyways if you go to my site you and click on a link..... you will see that the script it perfectly working... however i want it to highlighet the whole line the link is on any ideas?&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 May 2003 01:11:03 +0000</pubDate>
 <dc:creator>mohd</dc:creator>
 <guid isPermaLink="false">comment 1130804 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/mouse-rollover-effects#comment-1130712</link>
    <description> &lt;p&gt;I don&#039;t really get what you mean by &quot;highlight&quot; so I&#039;m only guessing here:&lt;/p&gt;
&lt;p&gt;.link-class {&lt;br /&gt;
display:block;&lt;/p&gt;
&lt;p&gt;.link-class:hover {&lt;br /&gt;
display:block;&lt;br /&gt;
background-color:#0f0;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;link.html&quot; class=&quot;link-class&quot;&gt;My link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope that&#039;s what you were looking for.&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 May 2003 07:52:38 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1130712 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
