CSS

Hacking text-overflow for Firefox

yet another way to do the same thing

http://www.hedgerwow.com/360/dhtml/text_overflow/demo3.php

CSS
Firefox Only
FancyStyle
UI
xul

Comments (4)

Permalink

Styling File Inputs with CSS [ , JS]

let me share this. :-)
http://www.hedgerwow.com/360/dhtml/css-form-file-upload.html

CSS
UI

Comments (7)

Permalink

Flex input box layout

Some of my friends may find it hard to develop a flex layout for input box and try to use funky CSS/JS tricks to fix achieve that goal.

Here’s the easy quick solution.
http://www.hedgerwow.com/360/dhtml/css-flex-input-boxes.html

:-D cheers

CSS
UI

Comments (2)

Permalink

Menu Separators 101

Think differently.
http://www.hedgerwow.com/360/dhtml/css-menu-separator.html

CSS Hack
CSS

Comments (2)

Permalink

get fontSize in pixel

http://www.hedgerwow.com/360/dhtml/dom-get-pixel-fontsize.html 

An easy example to show how get font-size in pixel for fonts with Font Sizes like “large”, “1.2em”, “70%”.

:-D

DOM
CSS Hack
CSS
UI

Comments (1)

Permalink

design min-width for Internet Explorer 6, again.

here are my updates for recent hacks about simulating  CSS “min-width” on IE6.

Let’s say the min-width is 750px, and you have a page (#page{ min-width:750px;});

  1. If the width  of your page is “auto”,   then you need to add extra border-right:750px to BODY, then add margin-right:-750px to the #page to offset  the  extra border width  of  BODY .
    Guess what, you’ll get the min-width of 750px on IE for free.

    I’d love to thanks my co-worker, Matt Sweeney who showed me this great example before and all I did was to hide the extra border-color in my way.

    See live example and source codes:
    http://www.hedgerwow.com/360/bugs/css-only-min_width_ie6.html

  2. If the page width will zoom by text-size, say  #page{ width:70em;}, then you may use  pixelWidth
    to achieve the same goal.
    See more source code in the example:
    http://www.hedgerwow.com/360/bugs/ie-min-width.html

CSS Hack
CSS

Comments (6)

Permalink

RGBA Background Generator

Really handy to me :-)

http://www.hedgerwow.com/360/dhtml/rgba/generate.php

DOM
Dynamic Graphic
CSS Hack
CSS

Comments (1)

Permalink

Implement RGBA colors for moderweb browsers

Do you know  Alpha Components?
http://www.hedgerwow.com/360/dhtml/rgba/demo.php

Uncategorized
DOM
Dynamic Graphic
CSS Hack
CSS
FancyStyle

Comments (0)

Permalink

Taming opacity with Texts for Internet Explorer

Now you can have background image for translucent texts :-D

http://www.hedgerwow.com/360/bugs/fix-ie-opacity-text.html

CSS Hack
CSS
IE only
bug

Comments (1)

Permalink

Detect Safari 3 via CSS / DOM

http://www.hedgerwow.com/360/dhtml/detect-safari3-by-js-css.html

Fix Safari 3 yourself, if you have to. :-<

DOM
Browsers
CSS Hack
CSS
Safari

Comments (7)

Permalink