Results 1 to 4 of 4

Thread: CSS help for newbie

  1. #1
    Join Date
    Nov 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question CSS help for newbie

    Hi, I am new to css and am trying to create a site, however the pages appear to be fine in IE but in Firefox the middle content is not appearing in the centre but at the bottom of the page, top navigation bar breaks up in the middle.

    Because of my lack of experience I am unable to see what I am doing wrong and when I change certain aspects this just seems to cause another problem.

    Would anyone be willing to view my css and html if I sent it to them in an email?
    I have tried looking at othersites for help but I am getting myself more confused

    Thanks in advance

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by pernes
    [...] the pages appear to be fine in IE [...]
    That sort of phrase tends to suggest that the author (you) was using IE to review the document as it was produced, rather than some other browser.

    Don't use IE to test your implementation, at least not in the beginning. IE is broken. Unless you're familiar with its bugs (and most people won't remember them all off the top of their head's), you are likely to use them without knowing. When you then review the document in a better browser that lacks the same bugs, like Firefox or Opera, things will look broken.

    Use a good browser during the initial stages of development, and check with IE later. You're still likely to have things to correct, but it will be easier to make those corrections this way.

    Would anyone be willing to view my css and html if I sent it to them in an email?
    Probably not. However, you certainly may post a link so that we may review it online. If you can't do that, then post the code here (preferably removing as much as possible to leave only the interesting bits) wrapping the markup in [code][/code] or [html][/html] delimiters.

    Mike

  3. #3
    Join Date
    Apr 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by mwinter
    Don't use IE to test your implementation...
    I completely disagree with you. You should test at least with IE and Firefox and at the beginning and learn and test step by step instead of waiting at the end to debug everything and have an big headache.

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by otaku
    Quote Originally Posted by mwinter
    Don't use IE to test your implementation
    I completely disagree with you.
    You seem to have misread what I wrote. Certainly, how you quoted from my post completely misrepresents my intentions.

    My point is that basing an implementation around the behaviour of IE will lead to problems. A good browser should be the priority.

    [...] instead of waiting at the end to debug everything and have an big headache.
    I used the word, 'later', did I not? I never suggested to wait until the end.

    Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •