Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorEbru
    • CommentTimeJul 20th 2006
     permalink
    I have started to learn CSS recently; I made a page using it. It works good in FF and mostly good in IE on my computer. But when I uploaded the htm file and the CSS file, the style is not applied:
    http://www.paletinsaat.com/yeni/profilt.htm

    When I pasted the CSS code into the htm file, it is working.
    http://www.paletinsaat.com/yeni/profiltt.htm

    (Both the htm and css file are in the same folder.)

    How can I solve this external file issue?

    My second question: In Firefox, the page appears as I want it to be. But in IE, the background graphic in the footer is not showing full height. I haven't been able to understand the reason for the difference.

    Thank you very much for your attention in advance..
    •  
      CommentAuthornifkin
    • CommentTimeJul 20th 2006 edited
     permalink
    Your css file comes up with a 404 error, make sure you uploaded it into the same directory as your HTML file, or that you change the path to the CSS file in the <link /> tag. (or that you have the file name spelled correctly, etc.)
    • CommentAuthorEbru
    • CommentTimeJul 20th 2006
     permalink
    Thnk you very much :) Apparently I uploaded the file with wrong name.

    Any thought on my second problem? IE doesn't show the footer graphic fully, whereas FF shows it properly.
    • CommentAuthornimbupani
    • CommentTimeJul 20th 2006
     permalink
    First thing you may want to look at is learning CSS. The code you use have lots of embedded styles (e.g. &lt;div style=' ') which will make the correction more difficult. SEparate all styles from the content first and also ensure you dont mix divs and the tables. Either use one of them not both!
Add your comments
    Username Password
  • Format comments as (Help)