Forum Moderators: not2easy

Message Too Old, No Replies

Problem with my CSS Site

         

Arindam Chakraborty

1:51 pm on Aug 14, 2008 (gmt 0)

10+ Year Member



Hi,

I have a strange problem with my CSS theme.

To understand the problem better, please first go to:

< no urls please >

That is how the site should look like. Now go to:

< url removed >

You will now see that the site is all messed up. However, if you refresh that page, it will look good as before!

Any help please?

Thank you. :)

Arindam

[edited by: tedster at 4:12 pm (utc) on Aug. 14, 2008]

Fotiman

3:04 pm on Aug 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld!
Personal URLs are not permitted. Please post code examples instead.
That said, you have an XHTML DOCTYPE, yet your page is full of non-XHTML elements and attributes. I would start by validating your markup and CSS:
[validator.w3.org...]
[jigsaw.w3.org...]

Arindam Chakraborty

4:24 pm on Aug 14, 2008 (gmt 0)

10+ Year Member



Ok Thanks. Here is the site's code. It would be difficult to understand the problem without the page's whole code so I have pasted the whole code here.

<it is also extremely difficult to discover the problem with so much code>

[edited by: DrDoc at 8:10 pm (utc) on Aug. 14, 2008]
[edit reason] Please see posting guidelines. [/edit]

Fotiman

7:02 pm on Aug 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



As I wrote before, your markup does not pass validation. I would start by correcting those errors and then see if you still have a problem.