firefox iframe border problem... grrr
firefox iframe border problem... grrr
- Started
- Last post
- 2 Responses
- graphikboi
i'm using iframes on my site, and they work fine in ie, but as soon as i view the site in firefox, a border appears around my iframe.
i removed this from ie by typing frameborder=0 - and it done the trick. how do i also remove the border from appearing in firefox?
- weestu0
linky?
- UndoUndo0
iframe{
border:none;
}?