|
| |
|
|
jcm001
Posts: 120 From: Charlotte, NC, USA Status: offline
|
a question about iframes and opera - 10/5/2008 9:20:33
I'm working on a web page that includes two javascript driven menu instances. One menu is near the top of the page [topmenu] and one is in the center of the page [centermenu]. My initial problem was that the dropdown items from the topmenu always appeared behind the centermenu and its items. So, I tried to add the centermenu via a php include thinking it might force the centermenu headings and related drowpdown items into the background. No such luck. Next I tried include the centermenu with an iframe. It worked! The topmenu plays well with the centermenu. :) Here's the code I used: <iframe
src ="includefile.php"
width="100%"
frameborder="0"
scrolling="no"
height="600px"
>
</iframe> However...While this solution works in IE and FF, a black 1px border appears around the iframed content in Opera on mouseclick. Otherwise the border is invisible. Does anyone know of a technique to make the 1px frame always be invisible? I've tried changing its color and border-width, but that pesky frame keeps reappearing on mouseclick. Maybe I'm doing something wrong here. Thanks in advance.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|