What's wrong with this code? It's working only in Chrome.
$(function size() {
var width = document.width;
$('.section').css('width', 2 * width);
$('body').css('width', 8 * width).css('font-size', 0.023 * width);
$('.center').css('width', width);
$('#title').css('width', 0.78 * width);
$('#lf').css('width', 0.56 * width);
});
$(window).ready(size);
Please help! I've got no idea what is wrong :/
It has to resize some parts of my webside. It's getting a object document width and next resize other parts. It's only on page load. And this code working only in Chrome - there is no errors in other browsers. Here is site: podziemie.liveform.pl
what's wrong with this codeis not a question when no other symptoms are provided – charlietfl Dec 22 '12 at 21:25what's wrong with this code?is a question! you omitted his question mark! – gdoron Dec 22 '12 at 21:26