简体   繁体   中英

position:absolute; Making links not work in my div?

This is the div's CSS http://pastebin.com/y2QAPUaH

Basically the links inside the DIV do not work, i have gone through my whole CSS code and narrowed it down to this line position:absolute;

This is a code of the link im trying to make work. LINE15 http://pastebin.com/R6Rth4vM

This might be a long shot but I've seen it before where the comment will "comment out" the closing tag so it doesn't actually close:

Change this:

<?php // TRY ADDING A LINK TO <EM> YOUR MANAGER</EM> ?>

To this:

<?php /* TRY ADDING A LINK TO <EM> YOUR MANAGER</EM>*/ ?>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM