Not signed in (Sign In)

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


    • CommentAuthorashmi
    • CommentTimeNov 5th 2006
     
    Hey guys,

    I have a navigation bar to code (see attached).

    There are 2 methods I am thinking of using

    To use HTML/CSS with inline elements to create this with rollovers, or to use images with Javascript to create the rollovers

    I think that the HTML/CSS way will load faster, however I cannot get the navigation bar looking the same as the attached image. If I was doing it this way would I use a background image and then code the inline elements over this image?

    Which way is better?
  1.  
    You can use a combination of CSS and an image replacement technique if you can't duplicate that look with text (which, honestly, shouldn't be hard at all - it's just white text on a grey background from what I see). What font is it? Looks like Arial or something.
    • CommentAuthorashmi
    • CommentTimeNov 5th 2006
     
    I'm not sure what font it is but id say that Arial is the closest you would get for web. The grey background is a gradient. Im not too sure how you would get a gradient background behind the text. Could you explain what you mean by using a combination of CSS and image replacement.