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.

    • CommentAuthor.Ryan
    • CommentTimeJul 2nd 2006
     permalink
    Hey, I have been coming to the site for a while, but never joined the forum, but I figured this would be the place were I could get help. But anyways;

    I had a lot of troubles with Internet Explorer with this one, but I managed to get through most.

    http://reclusiveart.com/.ryan/index.php
    Anyways on the right side of the white content bit there is a 1px break, how do i get rid of that?
    also while I am asking, how do I make the navigation like firefox?

    stylesheet - http://reclusiveart.com/.ryan/style.css

    any help and fixing up would be appreciated, the problems ar only in IE (like usual <_<) Thanks for any help/tips. :)
  1.  permalink
    I take it you've solved this? The site is not there.
    • CommentAuthor.Ryan
    • CommentTimeJul 2nd 2006
     permalink
  2.  permalink
    Just doing a brief examination, I would say set your top-margin to zero on your maincontainer div and remove the white space that sits before it and the previous tag in your code. I'm guessing that the differences between IE and FF in your menu are also due to the lack of a specific margin setting.
    • CommentAuthor.Ryan
    • CommentTimeJul 2nd 2006 edited
     permalink

    #cwtop {
    background: #ffffff url('images/cwtr.gif') no-repeat right;
    height: 12px;
    padding:0px;
    margin:0px;
    }


    #cwbottom {
    background: #ffffff url('images/cwbr.gif') no-repeat top right;
    height: 12px;
    padding: 0px;
    margin: 0px;
    }


    It is in there somewhere, depending how I align the background image, there is the 1px whitespace above or below it, the bg image is 12px so I don't get it. :(

    [edit] It was in that, IE has to be the size of the font, Cool Aid said to add font-size: 0; because of that, so thanks for giving it a loook :)

    I fixed the nav too :D
  3.  permalink
    Also -

    in your text editing program (I use notepad), or whatever you use, and you do your markup, in IE if you were to put

    <img>
    <img>

    as apposed to

    <img><img>

    the first one (in IE) would have a 1px break between them. Does that make sense?
Add your comments
    Username Password
  • Format comments as (Help)