bloggie blog

Tech Tips

Quick improvement to Actors Access

6 August 2010

Attention, actors. Previously, I showed how to make IMDb Pro better if you use Safari on an Apple computer. Today, let’s add one more line to overcome.css to improve Actors Access.

The first time you use Actors Access, it’s good to see the message at the top of each breakdown that begins with, “SUBMISSION INSTRUCTIONS ALWAYS SUBMIT ASAP!!! Submitting within the first day….” But that large message gets old fast! That message just gets in the way after a while. Here’s some CSS you can use to tell Safari to hide the message:

div.alert[id=message] {
display: none;
}

I’ve modified my online copy of overcome.css to include this plus the previous IMDb Pro fix. Download and enjoy! (Need help on this? Just leave a comment.)

Now, if anybody can figure out how to do this on Safari iPhone, too, please let me know!

Posted August 6, 2010 at 10:45 am

without comments

Posted in Tech Tips

Tagged with , , , , ,

Leave a Reply