-
1. Re: I am having browser compatibility issues when using Spry MenuBar
nickentin Apr 23, 2012 9:51 AM (in response to KatyKatDG)I don't see any vertical menu bars on the page... Where exactly is it?
-
2. Re: I am having browser compatibility issues when using Spry MenuBar
KatyKatDG Apr 25, 2012 2:26 PM (in response to nickentin)Sorry Nick, this is the section where I used the vertical menu bar: http://www.hazmecuento.com/nuestros_titulos.html
Thank u!
-
3. Re: I am having browser compatibility issues when using Spry MenuBar
sudarshan.t Apr 28, 2012 12:10 PM (in response to KatyKatDG)Your CSS file MenuVerticalHazme.css had lots of errors in it. Mostly the font-family rule was completed malfunctioned. You should always enclose a fontname in 'fontname.ttf' not fontname.ttf
After you change this, You'll only see 3 errors - mostly with vertical-align attribute. This is not supported by IE for Macintosh as it is deprecated long time ago.
Also, your font-family has 2 definitions for every rule. This is not supported by browsers. You should have them all under 1 rule separated by a comma
font-family: 'Sketch_Script_Limited_Set.ttf', Arial, Verdana;
Also, if you want your custom font Sketch_Script_Limited_Set to be read by browsers, you must first custom create the webfont kit and upload a link to it in your CSS file without which it will not work across all systems. Visit www.fontsquirrel.com for more details on how to make a webfont kit.