microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.06k stars 28.8k forks source link

Issue of Sizing in different browser in html code #52990

Closed drifter1007 closed 6 years ago

drifter1007 commented 6 years ago

Hey, While creating the site i having issue in sizing .the fixed width i created of 1000px not working in FireFOx and chrome it showing wrong output but its working in Internet explorer .One more thing while using same code in codepen.io it working perfectly in any browser.

Different scenario for same code :-

Code in Chrome https://www.dropbox.com/s/9k5argcovnz7y9c/chrome.png Same code in InternetExplorer .THis code look like similiar to original code in IE but in chrome n firefox its not working. https://www.dropbox.com/s/yij1lga8qif61xv/iess.png Clone i want to create .
https://www.dropbox.com/s/iomp7r1nftqi639/orignalsite.png

roblourens commented 6 years ago

This sounds like a problem with your code, not the vscode editor.

drifter1007 commented 6 years ago

@roblourens then why the same code working fine in codepen.io or Internet explorer

roblourens commented 6 years ago

Your code is running in a browser, not in vscode.

drifter1007 commented 6 years ago

@roblourens As new bee its all going over the head.. I think i have to leave VS code n switch back to Atom.