This is a discussion on "Floating Dynamic Content" within the Web Page Design section. This forum, and the thread "Floating Dynamic Content are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Floating Dynamic Content
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi,
I have set up a page and its is working nicely. I however hope to dynamically drive all the content within the page with ASP.NET 2.0 and have spotted a potential problem with my formatting. www.xyis.net/kick/locations.html As you can see this is working fine at the moment however it did not have the same look in FireFox, the pictures were not padding out the background causing them to overflow. I easily solved this by setting the height of the containing DIV. Now, when this is all dynamically populated i wont know the height that the DIV needs to be so i cant hard code it. Will i have to get ASP.NET to work out what the height should be and set it? or can i get FF to work it out itself without setting the height like IE does? Cheers , Simon. |
|
|
|
|||
|
Re: Floating Dynamic Content
Simon, instead of setting the height, use
overflow: hidden; see if that does the trick! |
![]() |
| Tags |
| dynamic, float, picture |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating Dynamic Content | deoxymonohydroxinate | Starting Out | 1 | Feb 16th, 2008 18:23 |
| Problems making the content area have a dynamic height | blizeH | Web Page Design | 41 | Aug 13th, 2007 01:19 |
| Dynamic flv player with auto resize based on content | waterox | Flash & Multimedia Forum | 1 | Jun 28th, 2007 14:25 |
| SE Friendly Dynamic Content | davva | JavaScript Forum | 14 | Sep 14th, 2006 09:37 |
| How to make an element display above a dynamic content? | wood_flower | Web Page Design | 4 | Aug 3rd, 2005 03:42 |