js代码问题。。下面js代码如何使特效文字变大,怎么添加或修改?谢谢了...
发布网友
发布时间:2024-10-14 00:37
我来回答
共2个回答
热心网友
时间:2024-10-28 13:15
if (document.all||document.getElementById){
document.write('<h2 style="font-size:60px"> <a href="'+mesLink+'" target="_blank"><font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font></a></h2>')
加上<h2 style="font-size:60px" ></h2>
style="font-size:60px" 60px 这是60像素,你想要字体大,你改多少就有多大,!!!
热心网友
时间:2024-10-28 13:19
在字体那试试