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.

  1.  permalink
    Hi there, my first post. :)

    Please take a look at:
    http://www.irrenanstalt.de/mmwg/pfeile.html

    I have created an <h2> which has a background-image (the arrow in the left).
    This is displayed correctly in Firefox. Internet Explorer 6 doesn't display the arrow.

    What went wrong? Thanks for any help.

    Eric.
    • CommentAuthorkmg
    • CommentTimeJul 25th 2006
     permalink
    try declaring a width and height in the css h2{}
  2.  permalink
    Merci,
    this works great. Thank you for this tip!
    • CommentAuthorkmg
    • CommentTimeJul 25th 2006
     permalink
    also noticed in your css file you can really cut down a lot of code by using using 1 line declarations: for example
    you have

    .justintime {
    background: #FFFFFF;
    background-image: url(gfx/just-in-time.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    }

    this would be much better

    .justintime {
    background: url(gfx/just-in-time.jpg) right top no-repeat #FFFFFF;
    }
  3.  permalink
    I'll do this in the next step, first I only created this from an Illustrator-file to see if I can make this layout without tables.
    • CommentAuthorPettyRider
    • CommentTimeJul 26th 2006 edited
     permalink
    You can do any layout without tables. I would just stick to that approach from here on out.
    •  
      CommentAuthorsatzspiegel
    • CommentTimeJul 28th 2006 edited
     permalink
    Hmmm.. I am not sure, if I can do <strong>ANY</strong> layout. Problem is: I've got a column-layout, or look at the screenshot:

    http://www.irrenanstalt.de/mmwg/3column.gif

    The left column should be as long as the right one, regardless how long the other one is. I think the only way to 'simulate' this is to work with background-pictures.
    • CommentAuthorPettyRider
    • CommentTimeJul 28th 2006
     permalink
    I think the only way to 'simulate' this is to work with background-pictures.


    You can do any layout
    •  
      CommentAuthorfake
    • CommentTimeJul 28th 2006
     permalink
    lol
Add your comments
    Username Password
  • Format comments as (Help)