Popup Windows

$(‘#link’).click(function () { window.open(‘http://www.example.com’,’mywindow’,’width=400,height=200′) }); width=300 Use this to define the width of the new window. height=200 Use this to…

8 سال پیش

width versus device-width

/* #### Mobile Phones Portrait #### */ @media screen and (max-device-width: 480px) and (orientation: portrait){   /* some CSS here…

10 سال پیش

Css Shape

http://sarasoueidan.com/blog/css-shapes/

10 سال پیش