wReceptin6
New Member
I was rewriting the style of my page for smaller screens using media queries : \[code\]@media only screen and (min-width : 768px) and (max-width : 1024px) {/*style here*/}\[/code\]And NOTHING DID WORK AT ALL.. I viewed the webpage through my Dreamweaver CS6 compatibility view and it didn't work so I checked it by resizing my browser window and didn't work too.Any ideas why didn't it work ? Doesn't it work with IDs ?!