Category Archive: Safari

Jun
02

Get button hover behaviour work in IE

I have been trying to fix the consistency problem found in IE and Firefox. Same as Opera and Safari, Firefox is able to accept button hover behavior and work perfectly fine. However, this button:hover is not working in IE 6 and IE 7, in fact in both IE button:hover behavior not existed at all. Yeah, …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=55

Nov
19

Browser incompatible issue in table rendition

Refer to: my blog on Playing with CSS and xhtml document and Browser and Known Issues I solved the problem to render table in Firefox and IE, as our ICE user increased, some of the uses Opera and Safari (both running in Window). Bugs that I found in Safari is that if border is lesser …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=25

Oct
25

Browser display wrongly when handling empty element

I have funny result when try to displaying below html file. The browser like Firefox, Safari and IE (so far that I have tested) give me wrong result. Be careful when use <htmlElement /> when you need to define empty element, it is safer when you do it with <htmlElement></htmlElement>. Your browser may interpret differently …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=16

Oct
19

Playing with CSS and xhtml document

ie

Displaying unicode character in different OS, add below code to your css since different OS have their own default font: Displaying unicode generated from Open Office .spCh {     font-family: "Lucida Grande","Arial Unicode MS", sans-serif; font-size: 1.2em; } Supporting website: Common fonts to all versions of Windows and Mac equivalents Suggested CSS Font Style …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=10