简体   繁体   English

位置:绝对; 使链接在我的div中不起作用?

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

This is the div's CSS http://pastebin.com/y2QAPUaH 这是div的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; 基本上,DIV内的链接不起作用,我遍历了整个CSS代码并将其范围缩小到此行位置:absolute;

This is a code of the link im trying to make work. 这是试图使工作正常的链接代码。 LINE15 http://pastebin.com/R6Rth4vM 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>*/ ?>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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