Welcome Guest, Not a member yet? Register   Sign In
how to give "src" link for iframe
#4

[eluser]LuckyFella73[/eluser]
You can set up a div tag and style with css like:
Code:
div.records {
width:200px;
height:200px;
overflow:scroll;
}

If content is higher than div height a scrollbar becomes visible.

Load the records in controller and pass records-data to the view
and echo inside the div-tag.


Messages In This Thread
how to give "src" link for iframe - by El Forum - 06-01-2010, 11:28 PM
how to give "src" link for iframe - by El Forum - 06-02-2010, 12:41 AM
how to give "src" link for iframe - by El Forum - 06-02-2010, 01:04 AM
how to give "src" link for iframe - by El Forum - 06-02-2010, 02:31 AM
how to give "src" link for iframe - by El Forum - 06-02-2010, 04:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB