开发者

CSS Floating trouble

Hi

I have this really strange error....

I have two elemen开发者_Python百科ts: paragraph and a link with an image inside of it.

Paragraph overlaps the link this results in that the link becomes ineffective...

How fix this?

Thanks in advance ;)

EDIT: Instead I will give you a link to mi site : http://e-skaitykla.lt/ . Try the posts images are the links and I can press them only in Opera.

FIX: There was misunderstanding in positioning types. P was set to have relative positioning. When I added the same thing to A tag all fixed

Thanks everybody who tried to help ;)


Absent actual code, I'd guess that you're either positioning the paragraph and the link absolutely or you're floating stuff inside the paragraph and the browser isn't correctly calculating the dimensions of the elements. Strip off any CSS and add declarations back one at a time to debug.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜