Date: 07/26/05 (Web Development) Keywords: no keywords I have a site that is launching shortly and I have had many issues with links which are floated. I've gotten everything looking OK in IE 5.01 now just if the links would work then I'd be all set. The :hover works and I see the address of the item detail page in the status bar but the link doesn't go. I have no idea what to try next—I wish I could just give up on IE 5.01, everything working in 5.5 and up and there's been no issues in Firefox.
#content div.items a { color: #fff; line-height: 1.1em; background-color: #3c6b99; text-align: center; display: block; margin-bottom: 2px; margin-left: 2px; padding: 0; float: left; border-style: none; border-width: 1px; border-color: #f5f5f5 #3c6b99 #2a385f #9eb5cc } |