navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

a question about iframes and opera

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> a question about iframes and opera
Page: [1]
 
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.







Page:   [1]

All Forums >> Web Development >> General Web Development >> a question about iframes and opera
Page: [1]
Jump to: 1





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