Log in

View Full Version : iframe hover links color



Monstar
12-29-2008, 01:39 PM
Hello. I have a bit of an issue with an iframe I'm using on my site. Its from another site. It puts relevant news stories on my front page. When retrieving the code from the original site, it gives me customization options... but link hover color is not one of the options. Now since its not MY iframe, I don't have CSS control (I don't think)... so is there any way I can edit the iframe/script code and make the links have a hover color? The link below is where the iframe, its code and its options can be found... and below that is the code that I have on my site.

http://www.feedzilla.com/latest-news/sports/football-nfl-tampa-bay-buccaneers.html

<!-- Begin code - Feedzilla's news widget --><iframe src='http://www.feedzilla.com/tools/steppatch_nc_frame.asp?myp=latest&id=0628194506344&code=html&c=&scroll=&prov=news&width=550&height=390&cat=Sports&cat2=Football%20-%20NFL%20-%20Tampa%20Bay%20Buccaneers&num_articles=10&show_summaries=Yes&show_sources=No&show_dates=Yes&title=&keywords=&url=&headers_size=14pt&title_size=10pt&title_bold=Yes&font_size=10pt&font_family=Verdana&text_alignment=Left&space=Yes&titlecolor=%23000000&fcolor=%23990000&desccolor=%23000000&sourcecolor=%23FF0000&datecolor=%23999999&bgcolor=%23FFFFFF&rid=&1230515740084' width='550' height='390' frameborder='0' marginwidth='0' marginheight='0' allowtransparency='True' scrolling='no'></iframe><!-- End code - Feedzilla's news widget-->

Medyman
12-30-2008, 11:58 PM
You can't do anything if you're using an iframe to load the content. You could use one of feedzilla's other methods (JS or PHP) and you would be able to assign your own CSS.

Monstar
01-04-2009, 11:07 PM
Thanks for the info.