Ok so I have been programming for like 2 years, and im not rich enough to buy my own domain so i use freewebs... anyway i have a problem with css in ie. Is this a natural problem with ie? Is there anyway to make css class definitions compatible? etc... The site i am having trouble with is http://www.freewebs.com/mattrandompoems/ Thanks!
Last edited by nschessnerd; Dec 4th, 2006 at 11:26 pm.
there are specific "hacks" and general hack methods, but needing to hack is often a sign of a deeper underlying issue.
do you use a doctype? (some) problems with CSS can be solved by using an up-to-date document type specification... if something looks ok in Firefox, Opera and the like, but not in IE, sometimes it's a doctype issue, sometimes its an IE issue, sometimes it's a developer choice issue.
Ok so apparently the problem was just me being a idiot programmer,
in my code i had comments shown as [HTML]<!--Comment--!>[/HTML]
When it should have been [HTML]<!-- comment-->[/HTML]
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.