Posts by Paulo Victor Dos Santos • 41 points
3 posts
-
3
votes4
answers2486
viewsA: How to make this arrow in CSS
Another alternative to this, even if it’s not pure CSS, is to use webfonts icons like http://typicons.com/ They are completely customizable in CSS (color, size, opacity, etc.).…
cssanswered Paulo Victor Dos Santos 41 -
0
votes3
answers82
viewsA: Transparency of a SWF with wmode=Transparent does not work in Firefox
I managed to solve the problem: all I had to do was create a <!--[if !IE]>--> and re-specify the vmode for transparent.
-
1
votes3
answers82
viewsQ: Transparency of a SWF with wmode=Transparent does not work in Firefox
I need to display a SWF with transparency. O <wmode = transparent> is working on all browsers except Firefox. What? <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%"…