<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020473" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020473</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-turmoil#comment-1125456</link>
    <description> &lt;p&gt;Busy&lt;/p&gt;
&lt;p&gt;Many thanks for all your assistance, I&#039;m actually seeing the light at the end of the Style Sheet tunnel now &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;br /&gt;
Re: the multiple messages, apologies but every time I sent one I was greeted with the confusing:-&lt;br /&gt;
&quot;No privatemessage specified. If you followed a valid link, please&lt;br /&gt;
notify the Webmaster&quot;?&lt;br /&gt;
Anyways, Cheers again and top notch site.&lt;br /&gt;
Regards&lt;br /&gt;
Andrew&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Feb 2003 23:13:04 +0000</pubDate>
 <dc:creator>Andrew_Samuel</dc:creator>
 <guid isPermaLink="false">comment 1125456 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-turmoil#comment-1125401</link>
    <description> &lt;p&gt;Andrew, You sent me 5 copies of the above in PM and 1 as email, I replied to the PM (private message)&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Feb 2003 22:17:58 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1125401 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: CSS Turmoil</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-turmoil#comment-1125385</link>
    <description> &lt;p&gt;&lt;strong&gt;Busy&lt;/strong&gt;&lt;br /&gt;
Many thanks again for your detailed explanation.&lt;br /&gt;
As you probably had guessed I&#039;m very new to CSS and those employed in my&lt;br /&gt;
redesign are WYSIWYG Dreamweaver-created.&lt;br /&gt;
I am actually booked to do a HTML Course later in the year but that&#039;s&lt;br /&gt;
months away.&lt;/p&gt;
&lt;p&gt;Anyways, I&#039;ve been over your reply with a fine-tooth comb and spent the&lt;br /&gt;
afternoon trawling &lt;a href=&quot;http://www.w3schools.com/css/default.asp&quot; class=&quot;bb-url&quot;&gt;w3 Schools CSS&lt;br /&gt;
Lesson&lt;/a&gt; but franky I&#039;m lost &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Hope you don&#039;t mind if I ask some (potentially stupid) questions please?&lt;br /&gt;
&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;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&quot;The link_title_color needs to be changed around, put the color and&lt;br /&gt;
background stuff in the font and font stuff at the end&quot;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If I understand this rightly I should insert the line that begins&lt;br /&gt;
&lt;del&gt;.link_title_color&lt;/del&gt; after the line &lt;del&gt;A.link_title_color :hover&lt;/del&gt;&lt;br /&gt;
i.e. the fourth line in the style .link_title_color following:-&lt;br /&gt;
[=1]&lt;/p&gt;
&lt;li&gt;A.link_title_color {COLOR: #ffffff; ....................&lt;/li&gt;
&lt;li&gt;A.link_title_color :visited................&lt;/li&gt;
&lt;li&gt;A.link_title_color :hover...........&lt;/li&gt;
&lt;p&gt;[*].link_title_color {font-family:............&lt;br /&gt;
[/=1]&lt;/p&gt;
&lt;p&gt;&lt;em&gt;You really need to add something like:&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;td {font-family .... color .... background-color .. size} &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;or have 3 of them, like so:&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;.td1 {font-family .... color .... background-color 1 .. size}&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;.td2 {font-family .... color .... background-color 2 .. size}&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;.td3 {font-family .... color .... background-color 3 .. size}&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I get your gist here Busy but I&#039;m unsure how to apply. Again if I can&lt;br /&gt;
paraphrase you in my Homer-Simpson-esque manner are you stating that&lt;br /&gt;
rather than have three seperate styles (audio_links, audio_links_2 and&lt;br /&gt;
link_title_color) I could specify all in one?&lt;br /&gt;
If so, I&#039;m really confused how to apply the above logic to my own script&lt;br /&gt;
&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Re: the tables tip, have I not aready done that, I&#039;m confused &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Any help much appreciated and highly valued&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Andrew[/]&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Feb 2003 15:10:31 +0000</pubDate>
 <dc:creator>Andrew_Sam</dc:creator>
 <guid isPermaLink="false">comment 1125385 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-turmoil#comment-1125311</link>
    <description> &lt;p&gt;Busy many, many thanks!&lt;/p&gt;
&lt;p&gt;I&#039;m working my way through my Style Sheet and Page code with a fine-toothcomb as per your recommenddations and will report back.&lt;/p&gt;
&lt;p&gt;Cheers again, much appreciated&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Feb 2003 00:19:48 +0000</pubDate>
 <dc:creator>Andrew_Samuel</dc:creator>
 <guid isPermaLink="false">comment 1125311 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-turmoil#comment-1125301</link>
    <description> &lt;p&gt;Silly me, first time I looked at the links I thought they were both pictures &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;there are a couple of things in your css file, things like:&lt;br /&gt;
A.audio_links should be A.audio_links:link but you shoud also add A.audio_links:active You&#039;re also better to place the class call in the actual link tag instead of the td tag&lt;/p&gt;
&lt;p&gt;the link_title_color needs to be changed around, put the color and background stuff in the font and font stuff at the end, you also might want to try an actual font size instead of xx-small&lt;br /&gt;
You really need to add something like:&lt;br /&gt;
td {font-family .... color .... background-color .. size} or have 3 of them, like so:&lt;br /&gt;
.td1 {font-family .... color .... background-color 1 .. size}&lt;br /&gt;
.td2 {font-family .... color .... background-color 2 .. size}&lt;br /&gt;
.td3 {font-family .... color .... background-color 3 .. size}&lt;/p&gt;
&lt;p&gt;the 1,2,3 on the background-color being the color of the td cells and just place class=&quot;td1&quot; in the td cells you want that color background, class=&quot;td2&quot; in the next ...&lt;/p&gt;
&lt;p&gt;You should also look at breaking your tables down, looks like you have one big nested table, use at least 3 seperate ones&lt;/p&gt;
&lt;p&gt;top banner section&lt;/p&gt;
&lt;p&gt;content section, can have nested tables, not to many thou&lt;/p&gt;
&lt;p&gt;footer section, links, thanks ...&lt;/p&gt;
&lt;p&gt;Using this method the tables load in stages appearing as if they are actually loading faster as it gives you something to view as they load (but they do load faster this way).&lt;/p&gt;
&lt;p&gt;should be enough to keep you going &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>Wed, 12 Feb 2003 20:47:25 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1125301 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-turmoil#comment-1125288</link>
    <description> &lt;p&gt;Thanks for the replies guys.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Busy&lt;/strong&gt; any pointers please on where my Style Sheet is letting me down please and what would the work around be for setting the class on the  in Netscape 4?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Renegade&lt;/strong&gt; cheers for the helpful link, I&#039;m ploughing through it as we speak.&lt;/p&gt;
&lt;p&gt;All advice most welcome.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Feb 2003 17:21:51 +0000</pubDate>
 <dc:creator>Andrew_Samuel</dc:creator>
 <guid isPermaLink="false">comment 1125288 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-turmoil#comment-1125265</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/&lt;/a&gt; is also a good CSS tutorial site, I learnt CSS from them &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Feb 2003 08:30:26 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1125265 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-turmoil#comment-1125237</link>
    <description> &lt;p&gt;Looking at those 2 pictures I&#039;d say it&#039;s your style sheet at fault, not the CSS.&lt;br /&gt;
NS4.* does choke on some CSS but most of it (that works in ALL other browsers) will work or has a work around for NS4.*&lt;/p&gt;
&lt;p&gt;you could use the bits of CSS that does work on ALL browsers (which is limited at best anyways) or you can make two style sheets, one for the new browsers and one for the older ones.&lt;/p&gt;
&lt;p&gt;it is good if you learn the basics of CSS at least. look around at other threads here on TWF as you could pick up some helpful links or advice etc.&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Feb 2003 02:32:59 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1125237 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
