CSS

Dropdown Menu on Frames

I had this problem a week ago. It involves adding a dropdown menu on frames. The menu is expected to span across involved frames. Aside from that, the dropdown is set to use a predefined image.

The problem stated above is easy to be solved at first glance. And indeed, I was able to solve it using a select tag. But to my dismay, select tag does not render the right background on IE like FF does.

Luckily, I figured something right. I shall show you how, and hope it works on your side as well.

How to do Safari CSS Hacking

in

I know it's not a good practice to use hacking css codes, but there are times that we really need to.

One problem I encountered was displaying fonts. I have observed for so many times that fonts on safari are larger than on Firefox and Internet Explorer. It sometimes go out of space. Thus, ruining the entire template.

I was lucky to found one solution on net. It's how to hack css on safari. [Note: As much as possible, refrain from hacking your css codes.]

Syndicate content