Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: how do i...

  1. #11
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    693
    Tokens
    0

    Default

    Quote Originally Posted by dan♥♥ View Post
    No your wrong, for it to be valid css you don't.
    http://jigsaw.w3.org/css-validator/
    Quote Originally Posted by Heinous View Post
    And it's 0px not 0.

    Yes most browsers assume it's px, but not all.
    Re-read what I said, now why did I say it?
    XHTML, CSS, AJAX, JS, php, MySQL.

    --

    HxF moderators can't read timestamps.

  2. #12
    Join Date
    Mar 2006
    Location
    Scotland
    Posts
    1,012
    Tokens
    175

    Latest Awards:

    Default

    If you want it for left and right you can do it in one tag.

    Code:
    body {
    margin: 0 0 0 0px;
    }
    It works.


    You don't like me
    Chances are I don't like you.

  3. #13
    Join Date
    Nov 2006
    Location
    Leeds, Yorkshire
    Posts
    992
    Tokens
    0

    Default

    Quote Originally Posted by Heinous View Post
    Re-read what I said, now why did I say it?
    Because your not a coder who codes valid.
    And all valid coding is cross-browser.


  4. #14
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    693
    Tokens
    0

    Default

    Quote Originally Posted by dan♥♥ View Post
    Because your not a coder who codes valid.
    And all valid coding is cross-browser.
    Oh, right, I don't code validly.. I forgot. I mean, ask ANYONE who I've coded for, and at time of giving them the files, it was 100% valid CSS and XHTML 1.1, no warnings or errors.

    And no, not all valid code is cross-browser. Get your facts right.
    XHTML, CSS, AJAX, JS, php, MySQL.

    --

    HxF moderators can't read timestamps.

Page 2 of 2 FirstFirst 12

Posting Permissions

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