Hi Carolyn, This sounds like very strange behaviour. How are you linking to your stylesheet? You should use the following markup to make sure that no matter how deep you are in the sites directory structure, browsers will always look for the CSS file in the virtual path:
<style type="text/css" media="all">@import "/css/styles.css";</style> If your using this: <style type="text/css" media="all">@import "css/styles.css";</style> or this: <style type="text/css" media="all">@import "../css/styles.css";</style> Then you will have problems. Hope this helps James On 12/2/06, Carolyn Diaz <[EMAIL PROTECTED]> wrote:
I have a problem with the stylesheet on a huge site. The folders are set up on the site so that sometimes they are 5 levels deep. For example: - Folder1 - Folder 1a - Folder 1b - Folder 1c + Folder 1d All folders use the same stylesheet, but some of the font sizes seem to change depending on how deep you are on the site. (I'm using percentages for font sizes.) The 2nd, 3rd, 4th, and 5th levels seem to be using the stylesheet in the root level as the parent and some font sizes are smaller. Actually, one whole section of level 5 folders have font sizes that are larger than the root level. Has anyone ever had that happen? Will I need to stop using percentages for font sizes? I'm afraid I'm on a closed system, so I cannot send a link. Thanks in advance. Carolyn ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
-- James ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
