That the pulldown doesn'T collapse might be due to a javascript error. did you check your browser's error output for javascript?
As for the red color, I don't know. I would need to get access to your blog; because a red color is not contained in our stylesheet files...
For the firewall, check this PHP script:
Code: Select all
<?php
echo file_get_contents('http://www.google.de/');
?>
Regards,
Garvin