<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1025539" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1025539</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155353</link>
    <description> &lt;p&gt;Ok..I fixed the PHP error...I was missing a &quot;;&quot;...I hate that&lt;/p&gt;
&lt;p&gt;Thanks for the advice...my client likes the page&lt;/p&gt;
 </description>
     <pubDate>Sun, 18 Jul 2004 23:31:56 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1155353 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155264</link>
    <description> &lt;p&gt;About the parse error...I&#039;m trying to fix that...I switched from a handcoded page to a PHP generated page (which is what the site will be), and added functions.  Bear with me.&lt;/p&gt;
&lt;p&gt;Thanks for the image stuff.&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Jul 2004 14:40:42 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1155264 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155245</link>
    <description> &lt;p&gt;to get the images size use PHP getimagesize function&lt;/p&gt;
&lt;p&gt;$size = getimagesize(&quot;$image&quot;);&lt;br /&gt;
$width= $size[0];          // get image width&lt;br /&gt;
$height= $size[1];  // get image height&lt;/p&gt;
&lt;p&gt;you don&#039;t have to set width and height to variables, you can just use the $size[0] and $size[1] or I think you can just use $size[3] which has built in width=&quot;&quot; and height=&quot;&quot;&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Jul 2004 05:47:50 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1155245 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155241</link>
    <description> &lt;p&gt;im gettin a parse error w/IE6, sorry&lt;/p&gt;
&lt;p&gt;Parse error:  parse error, unexpected T_VARIABLE in /home/ttots/public_html/inc/header.txt&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Jul 2004 05:23:51 +0000</pubDate>
 <dc:creator>ethan</dc:creator>
 <guid isPermaLink="false">comment 1155241 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155221</link>
    <description> &lt;p&gt;Well i would do the width and height tags, but they change with the picture...the picture is randomized via PHP...so how do you grab the width and height of an image using PHP?&lt;/p&gt;
&lt;p&gt;What I have is basically the same thing...I got it from Dynamic Drive and edited it too...lol&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Jul 2004 01:05:20 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1155221 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155210</link>
    <description> &lt;p&gt;Put the text around the crayon image (dont forget the width and height tags) so it becomes a part of it instead of seperate bits&lt;/p&gt;
&lt;p&gt;for that copyright, use  (or whatever it is)&lt;/p&gt;
&lt;p&gt;I&#039;ll dig that code out for you, but for what you have, you might want to add a + symbol or change the mousecusor to show they are links&lt;br /&gt;
[edit/add] That code I had still had the source link on it, while what I have is different to the orginal, the orginal can be found &lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm&quot; class=&quot;bb-url&quot;&gt;here&lt;/a&gt;, hope it can be of some help.&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Jul 2004 21:38:42 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1155210 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155195</link>
    <description> &lt;p&gt;Ok check it out now...&lt;/p&gt;
&lt;p&gt;It still has one issue:&lt;br /&gt;
In Firefox/Mozilla, the copyright is under the menu&lt;br /&gt;
In IE, the copyright is at the bottom with like 3 inches of space in between&lt;br /&gt;
Anyone got ideas (I can&#039;t figure it out...I used the same format as my other sites)?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.terrifictots.com/index2.php&quot; class=&quot;bb-url&quot;&gt;terrifictots.com/index2.php&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Jul 2004 16:53:02 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1155195 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155187</link>
    <description> &lt;p&gt;Its geared towards the parents of kids&lt;/p&gt;
&lt;p&gt;But I&#039;ll try that menu anyways, see what I can find.  If you want you can PM or email me with the code of yours.  That may come off better than trying to add-onto the MouseOut time&lt;/p&gt;
&lt;p&gt;As for the pictures, there&#039;s a separate page.  Colors...well, like I said, those images are temporary.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Jul 2004 14:40:28 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1155187 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155156</link>
    <description> &lt;p&gt;Just a thought, this site is targeted towards kids isn&#039;t it? or is it to the parents and kids?&lt;br /&gt;
From the logo I&#039;d guess it was very young kids, so would the naviagtion be to complex for them?&lt;/p&gt;
&lt;p&gt;How about doing a click/drop type menu, where as you click on the main topic to get the list of sub sections, click on the next section, it hides the other one and displays that sub section.&lt;br /&gt;
Could be seen as more &#039;playful&#039; for the kids and you could use icons beside the menus to brighten it up.&lt;br /&gt;
I think I have some code for it somewhere if you want to try it.&lt;/p&gt;
&lt;p&gt;If it&#039;s not the kids you target then ignore the above&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Jul 2004 05:16:09 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1155156 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/cant-find-extra-something#comment-1155155</link>
    <description> &lt;p&gt;That navigation is a bear to negotiate&lt;br /&gt;
I gave up on trying to get to the last 2.&lt;/p&gt;
&lt;p&gt;Aside from the nav and unchangeably blurry logo, I&#039;d go with something on the right side. Pictures of kids? The staff?&lt;/p&gt;
&lt;p&gt;Green and orange are primary colors? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; The balloons I speak of&lt;/p&gt;
&lt;p&gt;Perhaps it will have that &quot;something&quot; when you put some content in&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Jul 2004 05:14:44 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1155155 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
