Announcement

Collapse
No announcement yet.

Image rollovers

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

    Image rollovers

    Hi can anyone help with html/css issue

    http://www.paramountbathrooms.com/ac..._products.html

    use firebug to see what i got.

    i'm trying to create rollover images for my section links, that appear inline.

    i'm having the the section img and rollover on the same jpeg, which is pulled in from actinic, so the <img> has to be in the html.

    i'll probably need some kind of vertical indent hide thing. as i've got it working with a css text-indent but its stopped my list appearing inline

    any help will be greatly recieved

    #2
    I'd have thought you want to be using float: left not inline. Via css you'd just be doing a background position shift on the hover state if i have understood what you are trying to do correctly?

    Comment


      #3
      Thank you! thats worked a treat! strike at the heart of the issue

      Comment

      Working...
      X