Announcement

Collapse
No announcement yet.

css buttons whats making them stack

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    css buttons whats making them stack

    there stacking rather than aligning side by side as i would like.. cant see any thing in style sheet....?
    inserted them seperately as nav items..
    Simbo thanks you in advance again

    Location: Jersey Channel Islands

    #2
    try this page for learning css.

    http://alistapart.com/

    you'll need it to restructure your lists.

    Comment


      #3
      Hi Simbo - I've had a quick look at your page source, and can't see any CSS defining the position of these buttons (I assume you are referring to the manufacturer page links).

      To position an image using CSS you would use something like:

      <div id="st-logo"><img src="http://www.mysite.co.uk/images/bosch.gif" alt="Bosch"></div>

      Where "st-logo" is defined in your style sheet and contains positioning information. If this is not provided they will just bunch together, as they have done.

      Aquazuro - designer stainless steel accessories

      Comment

      Working...
      X