原创 html5的form屬性

表單內容太多,都放在一個form標籤裏不好佈局怎麼辦? 可以這樣 <form id="form-order"> <input type="hidden" name="uname"/> </form> 一開始先寫一個表單,

原创 css特效:鼠標滑過圖片出現一道閃光效果

<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>╭(╯^╰)╮</title> <style> .

原创 開始常和老ie打交道

我換了一個新的公司,是一家廣告公司,對於廣告公司來說,頁面不需要多複雜,但是要兼容性特別好,並且是響應式佈局,因爲你不知道你的頁面會在多大的屏幕上展示,也不知道是對方使用什麼樣的瀏覽器,這幾天做了兩個頁面一個是天氣預報,一個是實時

原创 react-native 紀錄一下遇到的坑

開發運行之時 一、 Could not install the app on the device, read the error above for details. Make sure you have an Android emul

原创 ie8兼容canvas標籤

<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> body {

原创 關於html5新標籤video在老ie上的兼容性

如果瀏覽器不支持 video ,將會把 video 中的提示內容顯示出來,主要思想就是用flash版本的視頻,替換掉video標籤的內容 <video width="400" height="230">      <source src=

原创 Svelte 3 前排佔坑(一)

用svelte當前端寫一個blog,後端用sb吧,主要看看svelte的體驗感。 一、初始化svelte項目 這裏用一個svelte模板https://github.com/sveltejs/template快速初始化 npx degi