Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Horizinal thing Re: CSS Horizinal thing

#75286
zell25
Member

also you should wrap both the image and the link each one in a single div, that way it would be more “semantic” and you will have more control on them, maybe with a class of “product” for eah one so all you have to do is


#product{
float:left;
position: relative;
}

correct me if im wrong