Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

タグ

hackとinternetに関するmrnoonのブックマーク (2)

  • CSS - Clearing floats

    A common problem with float-based layouts is that the floats' container doesn't want to stretch up to accomodate the floats. If you want to add, say, a border around all floats (ie. a border around the container) you'll have to command the browsers somehow to stretch up the container all the way. The problem Let's try it. This is the CSS we'll use throughout the page: div.container { border: 1px s

    mrnoon
    mrnoon 2007/04/11
    div.container { border: 1px solid #000000; overflow: auto; width: 100% }
  • Flashは検索エンジンに引っかからないという思い込み

    「Flashで作られたコンテンツは、Flash内のテキストを読み取れないから、検索エンジンに引っかからない」 と、思い込んでいましたが違っていたようです。 そして、Googleの検索方法にswfファイルを直接検索するオプションがあるなんてことも知りませんでした。 教えてもらったのは、「Flex2,ActionScript3.0が優れている9の理由とAjaxとの差のコメント」の「始」さんから。 「Googleがswfのファイル読んでるんじゃね?」という記事を教えてもらい、いろいろ調べてみました。 Googleのファイルタイプ指定検索 わかったことは、Googleにはファイルタイプを指定して検索するオプションがあるということ。 以下の「filetype:」コマンドを使うことによって検索できます。 検索ワード filetype:検索ファイル 指定できるのは、FlashのSWFファイルを含む以下の

    Flashは検索エンジンに引っかからないという思い込み
    mrnoon
    mrnoon 2007/04/11
    すぐに書き込める履歴書が欲しい。 → 『履歴書 filetype:doc』
  • 1