|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Iframe help
Hi,
I want to use 2 iframe's on my site to display content that will be changing daily My question is how do I set the iframe's hight to be flexible or is there a better way to display this content? Viv |
|
#2
|
||||
|
||||
|
Firstly you would define two separate classes in your CSS for your iframes;
Code:
.content1 {
height:auto;
}
.content2 {
height:auto;
}
And then just add the class to your iframe like so; Code:
<iframe class="content1"> content </iframe> <iframe class="content2"> content 2 </iframe> Hope this helps |
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > Dreamweaver > Iframe help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|