Forum Moderators: open
Basically I have 3 columns (of divs), with the first 2 that float side by side.
The third div (that is to the far right) is also absolute positioned.
Oddly enough, none of the links in any of these divs are clickable. And I cant figure out why.
Can someone look and help me track this down?
CODE In a Nutshell:
<!-- Floats left -->
<div id="content-block-home-personal">
<p><a class="personal" href="/link/">link</a><br />
<a class="personal" href="/link/">link</a><br />
<a class="personal" href="/link/">link</a></p>
</div>
<!-- Floats left -->
<div id="content-block-home-business">
<p><a class="business" href="/link/">link</a><br />
<a class="business" href="/link/">link</a><br />
<a class="business" href="/link/">link</a></p>
</div><!-- Absolute positioned to the right and slighly above -->
<div id="servicecheck2">
<p><a class="business" href="/link/">link</a><br />
<a class="business" href="/link/">link</a><br />
<a class="business" href="/link/">link</a></p>
</div>
[edited by: coopster at 4:29 pm (utc) on Jan. 19, 2009]
[edit reason] no personal urls please TOS [webmasterworld.com] [/edit]