Closed (fixed)
Project:
Basic
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
6 Feb 2009 at 14:01 UTC
Updated:
12 Apr 2009 at 18:10 UTC
Jump to comment: Most recent
hi there!
i want to position some DIVs with "position:absolute", but when i insert this into a node like
<div id="contact_element">
blalala<br />
blalala blalala<br />
blalala blalala blalala<br />
<br />
T 223434523464452344-23445353<br />
F 2234234 532344-213453423434<br />
<br />
blalala@blalala.com<br />
www.blalala.com<br />
</div>
with input format FULL HTML selected it breaks me every line of text into a list of words.
why is that?
thanx!
Comments
Comment #1
headkit commenteduh, I did not mention that this problem only appears in IE7.
Comment #2
Anonymous (not verified) commentedOk, the bug is not coming from Basic, but from IE. Internet Explorer is extremely picky with css, and it sometimes take times to figure out why it's not working.
First of all, contact information is more likely to be coded using a definition list, like this :
Most of the time, before trying anything else, I try to apply the Holly Hack on the element causing problems:
If it's still causing problem, you can give (or re-give) the dimensions to the element again
There is no perfect recipe to debugg IE, you basically just entered a whole new dimension of CSS. Just make sure that the HTML outputted is correct, that your css is correct and working in firefox3, and then you'll know that the problem is coming from IE.
Some usefull links :
http://www.positioniseverything.net/
http://www.communitymx.com/content/article.cfm?cid=C37E0
Comment #3
Anonymous (not verified) commentedfixed I guess..