Please post ALL your code - Both CSS & HTML
If requiring help? Please think first before posting and follow these basic points:
1. Describe as clearly as possible the problem you are having.
2. Please describe what elements the problem appears on.
3. Provide sight of the code you are using pasted within <code> tags.
Describe as accurately as possible the problem rather than the solution you require, allow us to establish the best course of action/remedy.
Please use the correct tags for posting code!
When posting code in your thread can you please ensure that it is set in the correct tags for display,
This is for a two fold reason, first it helps anyone reading the code if it is formatted and highlighted for legibility and secondly certain html characters will be parsed so you cannot post naked html code '<' will be rendered as though a web page so you need to escape these opening angle brackets using & lt ; (close spaces) however it is far better when posting a full amount of html to enclose it between <code></code> tags
DOCTYPES ARE IMPORTANT. USE THEM.
Doctypes
You will often see the moderators of this forum constantly going on about DTDs and Doctypes, and their completeness. We don't do this for a laugh, Doctypes are important.
IE has two rendering modes - Quirks mode and Strict mode. In Quirks mode, IE renders the page however it feels like on that particular day. You will notice problems with your CSS layouts that woudln't appear in Strict Mode.
To enable Strict Mode you must use a COMPLETE DTD.
Please, ensure you have a complete and correct doctype before posting a question, as it cans olve many problems, and saves us having to waste time forcing people to use them before getting on to their problem.
Posting Guidelines - How and When to Ask for Help
Before Asking:
1. Search and see if you can find a similar problem with a solution.
2. Check the FAQ, Frequently Asked Questions as often the answer is already there.
3. Validate your CSS and Markup (HTML or XHTML)
4. Ensure that you have a valid full DTD and that you are rendering in 'Standards' mode.
Posting Guidelines - How to Reply
Before replying to a question
It is always great to see people giving back to the forum by way of active participation, helping new members out with their problems, it keeps the forum healthy and vibrant.
Before you do post there are a few points worth considering.