Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i using visual stdio2008
thanks
Posted

Cristian gave you the answer. However, any design based on this information is a bad idea. Instead, you should design a layout which behaves nicely regardless of the size of the client area of the Web browser's window, without using JavaScript, just CSS. Avoid absolute positioning, make everything fluid. Keep it as simple as possible, but not simpler. :-)

—SA
 
Share this answer
 
v2
I guess the first thing is to explain to you how the internet works. Your browser does not care what generated your HTML, let alone what IDE you used. It cannot tell these things. You use javascript to do this.

Here[^] is the article I found by typing your question in to google.
 
Share this answer
 
Comments
raju melveetilpurayil 9-Feb-12 13:23pm    
Well said :) my +5
Sergey Alexandrovich Kryukov 9-Feb-12 13:25pm    
This is the answer. However, it should be noted: using this information is a bad sign, a sign of a poor layout and design. I tried to explain it in my answer.
--SA
Christian Graus 9-Feb-12 13:29pm    
I'm well beyond telling people their design sucks. It's too often the case, I find.
Sergey Alexandrovich Kryukov 9-Feb-12 13:57pm    
I see you point. Nevertheless, at the same time you usually don't miss a chance to tell them their approach sucks. To me, this is useful help, too. Too bad many inquirers fail to value it. :-)
--SA
Sergey Alexandrovich Kryukov 9-Feb-12 13:25pm    
Yes, and the first paragraphs in an excellent note, I totally support it.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900