Public Voice Network
- CS4 Question 66
- Got a blind date tonight… 2020
- EC: Shoe at Rush Hour 55
- FMT 120508 2626
- flash question 77
- design works vs. carl dek… 44
- blog 3121031210
- Quick Survey for Philosop… 2020
- Trapped in Elevator 99
- Official 2008-09 NHL Thre… 112112
- you must know! 55
- Pic of the Day 1049510495
- rippity rip 5959
- QBN Mugs '08 475475
- Politics 50605060
- piece 1010
- Typeface 77
- Copy Font 77
- Simple, classy, handwritt… 1414
- You Suck... 22
- QBN Drinks - Birmingham 1212
- Eurobest 2008 11
- New YouTube player 1212
- Running text. 1010
Firefox prob 1515 Responses
Last post: 2 months, 4 weeks ago | Thread started: Sep 6, 08, 1:48 p.m.
- Cenitgrade
I'm getting an issue were firefox adds scrollbars to my inline frames. The inline frame is in a div. It works fine in Safari and Opera.
Basically i'm loading an image into it and firefox gives me a magnifying glass when I roll over the image, even though the image is of the correct size and the frame is big enough to fit the image.
It also seems to indent the image.
Any ideas?- Sep 6, 08, 1:48 p.m. – Permalink
- Cenitgrade
3.0.1


- Dog-earSep 6, 08, 1:51 p.m. – Permalink
- Cenitgrade
I don't really use FF that much so I have no plugins/addons installed other than a stumbleupon one.


- Dog-earSep 6, 08, 1:59 p.m. – Permalink
- Cenitgrade
It's not online yet. But here's a screengrab of whats happening. and the code.
code for the div:
<div id="apDiv4">
<iframe src="" name="myiframe" width="740" height="420" frameborder="0"></iframe>
</div>and the css of the div:
#apDiv4 {
position:absolute;
left:215px;
top:250px;
width:740px;
height:420px;
z-index:7;
border: 0;
margin: 0;
padding: 0;
}the the button that call the image to load:
<a HREF='../images/images/abaltat/abaltat1.jpg' >ABALTAT</a>

- Dog-earSep 6, 08, 2:13 p.m. – Permalink
- Cenitgrade
qbn somehow eited the ast line it should read:
<a HREF='../images/images/abaltat/abaltat1.jpg'
t a r g e t='myiframe'>ABALTAT</a>I spaced that out on purpose. As I think that word is filtered here somehow.


- Dog-earSep 6, 08, 2:20 p.m. – Permalink
- Cenitgrade
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I just use the standard DW default doctype.
Why does FF give me a magnifying glass when I roll over my image? It's weird. I've never seen it before.


- Dog-earSep 6, 08, 2:30 p.m. – Permalink
- Cenitgrade
Thanks guys,
I had to specify the following:
<iframe src="" name="myiframe" width="740" height="420" marginwidth="0" marginheight="0" frameborder="0"></iframe>It was defaulting to adding margins.
Works now.

- Dog-earSep 6, 08, 2:50 p.m. – Permalink



