Hi, I need a help. I have a website and wanted the main content (ie the middle part) to be loaded first using CSS and DIV. Can anyone guide me? If possible, give some example sites also. Thanks.
Even if it's possible, it won't work on every browser. But I don't think it's possible, since browser downloads the source itself and you can't arrange which part to be downloaded first. I think you can (with javascript), activate the advertisements/counters/any other JS in your page with some javascript function in the end of the document, but I'm not quite sure.
Do you mean the content appears before the navigation etc? I have a layout which you can use to achieve this, somewhere lol.
i think the only way is using CSS, you should put the content part at first of your code and then place it the way you want it with CSS padding and margins