Jump to content
  • 0

Цвет фона айфрейма.


korzhik
 Share

Question

Всм привет. Столкнулся с проблемой. Есть слой вида

<div ...><iframe ...></iframe></div>

Задача, поменять цвет фона в айфрейме, но не в файле айфрейма, а через див. Если есть какие-либо идеи, предлагаю поделиться :)

Знаю что в плагине к мутулзу реализована такая возможность. Например

function attachMochaLinkEvents(){
if ($('TestLink')){
$('TestLink').addEvent('click', function(e){
new Event(e).stop();
document.mochaDesktop.newWindow({
id: 'test',
title: 'Content in an Iframe',
loadMethod: 'iframe',
contentURL: 'test.html',
width: 340,
height: 340,
scrollbars: false,
paddingVertical: 0,
paddingHorizontal: 0,
bgColor: '#c30' [i]// Соответственно етот параметр задает цвет фона для айфрейма.[/i]
});
});
}
}

Смотрю код плагина:

.....
mochaNewWindow.getElement('.mochaScroller').setStyles({
'overflow': scrollbars,
'background': windowProperties.bgColor

Возможно, все проще чем мне кажется, но буду рад если кто ибудь объяснит как ето работает.

Заранее спасибо

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy