I am having a bit of a problem removing the 3D effect of an iframe. The page in question is xxxxxxxxxxxxxxxxxxxxx and I am referring to the right hand side div which contains the iframe and text "Product Pics will appear here" If you look closely at the div there is a 3D effect generated by the iframe itself. I want the iframe to look like a plain box.
At the moment I have applied the following style:
iframe { border: 1px solid #000000; }
which should give an even border on all four sides. But it doesn't eliminate the 3D look. Any ideas ?
[edit..] I found the solution myself just had to add frameborder="0"
Removing Border of iframe
Glad you found the solution.
Removing Border of iframe
sometimes u run around looking for an answer and then when you ask for help somewhere you finally find out the right answer through other means.
Last night I was so pissed off with myself(yeah it happens) that I couldn't get a piece of php code to work. I double checked it if I had done everything right and still I couldn't figure out what was wrong. So as usual my last resort is devshed and I asked the question there.. came back to my work and bingo I found out what the problem was.... wasted an hour and a half just being puzzled what was wrong.
On a side note... Tony, I'm sorry I can't be here as before helping the community, as I am right now juggling three projects of mine. Will be back when everything is calmed down a bit. Till then cheers and keep up the good work
hi..
thank you.. this will remove the frame border in IE. i'm going crazy searching css style to remove the 3d effect and now the simplest solution solved my problem. tq