Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Safari blue! Reply To: Safari blue!

#146402
bcintegrity1
Participant

I see your attempt: <body onload=”if(navigator.userAgent.match(/Safari)){document.getElementById(“kn”).display.style=”font-size:12px”‘;}>

Maybe adding a new div around the text span, using position: absolute would help. You may also need to set top & left values for that div.