Question about svg file, hopefully someone can help me.
http://images.apple....balnav_text.svg
If i add this link to the css the nav titles show up as this vector graphic.
Look at it here:
Code:
/* TEXT */
#globalheader #globalnav li a span { display:block; width:100%; height:30px; margin:3px auto; background:url() no-repeat 50% 0; _background-image:url(); }
#globalheader.svg #globalnav li a span { background-image:url(http://images.apple.com/global/nav/images/globalnav_text.svg); }
#globalheader.decelerate #globalnav li a span,
#globalheader.ios3 #globalnav li a span { background-image:url(); }
#globalheader #globalnav li#gn-apple a span { background-position:50% 0; }
#globalheader #globalnav li#gn-store a span { background-position:50% -30px; }
#globalheader #globalnav li#gn-mac a span { background-position:50% -60px; }
#globalheader #globalnav li#gn-ipod a span { background-position:50% -90px; }
#globalheader #globalnav li#gn-iphone a span { background-position:50% -120px; }
#globalheader #globalnav li#gn-ipad a span { background-position:50% -150px; }
#globalheader #globalnav li#gn-itunes a span { background-position:50% -180px; }
#globalheader #globalnav li#gn-support a span { background-position:50% -210px; }
If i take that svg file out and add my own nothing shows up. What's the process with saving svg files or have i completely lost the plot.
It works if i paste the apple link in but doesn't not work when i use my own file. =/
Here's my file:
http://www.greenfitc...m/tm/Navvv1.svg
It's obviously not rendering right.
any help would be appreciated. thanks
Bookmarks