[jQuery] DD_Roundies problem with link background-image!!!! HELP!!!

2010-02-10 Thread Erik
Hi everyone! Does anyone know how to make a a link using css only with DD_Roundies for IE 7 ? a class=product_add href=#/a CSS Example: .product_add { width: 96px; height: 40px; margin: 0px 0px 0px0px; float:left; cursor:pointer; background: url('/img/add.gif') no-repeat;

[jQuery] DD_Roundies Links

2010-02-09 Thread Erik
Does anyone know how to make a a link using css only with DD_Roundies for IE 7, etc...? CSS Example: .product_add { width: 96px; height: 40px; margin: 0px 0px 0px0px; float:left; cursor:pointer; background: url('/img/add.gif') no-repeat; background-color:#FF; border-left: 0px;

Re: [jQuery] DD_roundies

2010-02-07 Thread brian
Anchors are inline elements. Try giving it display: block (or inline-block). On Thu, Feb 4, 2010 at 7:12 PM, Erik eriks...@mac.com wrote: Hello everyone... I'm using DD_roundies for IE round corners and it works great.  BUT, I cant seen to figure out how to make the following work: a

[jQuery] DD_roundies

2010-02-04 Thread Erik
Hello everyone... I'm using DD_roundies for IE round corners and it works great. BUT, I cant seen to figure out how to make the following work: a class=a2 href=test.htm/a .a2 {width: 100px; height: 100px; background-image: src=/img/a2.png no repeat; float:left; border:1px; border-color:#000;}