Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > Custom CSS in Safari Help

Custom CSS in Safari Help
Thread Tools
Forum Regular
Join Date: Sep 2004
Location: behind an iBook
Status: Offline
Reply With Quote
Dec 12, 2004, 11:32 AM
 
I guess this goes in software, but if a mod feels different feel free to move it.

Anyway I'm looking to disable the "marquee" tag in Safari. I have a custom CSS set up to block adds and stuff like that, but can't figure out how to stop the marquee tags. I found some code meant for firefox, but it doesn't seem to work. Here's what I found:

Code:
/* Disable marquee */ marquee { -moz-binding: none !important; display: block; height: auto !important; }
I would still like the text to display, just not move. Anyone know how to do this?
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Dec 12, 2004, 01:09 PM
 
I haven't actually given it a try, but from looking at the default style sheet, I think this will do what you want:

Code:
marquee { overflow: visible; display: block; }
Note for those curious about why this works: Safari supports the CSS3 value marquee for the overflow property, and this is how the tag is implemented.
(Last edited by Chuckit; Dec 12, 2004 at 01:22 PM. )
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Forum Regular
Join Date: Sep 2004
Location: behind an iBook
Status: Offline
Reply With Quote
Dec 12, 2004, 01:56 PM
 
That's EXACTLY what I was looking for. Thank you so much!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 07:18 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2