nasdaqhe's blog

被生活强jian着
posts - 66, comments - 42, trackbacks - 0, articles - 12
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

网页制作

摘要: 通过rel="search",把你的搜索功能放到浏览器的快捷搜索工具上用firefox打开taobao时,看一下地址栏边上的快捷搜索时,可以填加一个“淘宝搜索”,完成后,以后就可以直接在那里搜索东西了!实现方法:在首页的head标签里加上 “<link rel="search" type="application/opensearchdescription+xml" href=provider.xml" title="关键词搜索" />”provider.xml的写法为:<?xml version="1.0" encoding="utf-8"?><OpenSearchDescription x阅读全文

posted @ 2010-12-23 21:39 nasdaqhe 阅读(18) | 评论 (0) 编辑 |

posted @ 2010-12-01 08:42 nasdaqhe 阅读(59) | 评论 (0) 编辑 |

摘要: Div定位在左下部不随网页滚动,在IE7下测试通过,关键的是 left:20;bottom:0;position:absolute;这几个css设置, bottom一定要是0,不是0的话好像不生效。。 阅读全文

posted @ 2008-08-13 11:27 nasdaqhe 阅读(133) | 评论 (0) 编辑 |

摘要: 区别IE6与FF: background:orange;*background:blue;区别IE6与IE7: background:green !important;background:blue;区别IE7与FF: background:orange; *background:green;区别FF,IE7,IE6: background:orange;*background:green !im...阅读全文

posted @ 2008-08-06 14:24 nasdaqhe 阅读(83) | 评论 (0) 编辑 |

posted @ 2007-01-26 17:48 nasdaqhe 阅读(1764) | 评论 (0) 编辑 |

posted @ 2006-12-01 15:11 nasdaqhe 阅读(324) | 评论 (0) 编辑 |

posted @ 2006-10-27 17:17 nasdaqhe 阅读(61) | 评论 (0) 编辑 |

posted @ 2006-10-27 16:48 nasdaqhe 阅读(1726) | 评论 (2) 编辑 |