Why when the browser window width is greater than 100, the message is not displayed?
if ($width > 100) {
print 'width is greater than 100';
}
Why when the browser window width is greater than 100, the message is not displayed?
if ($width > 100) {
print 'width is greater than 100';
}