This is a discussion on "mimic iframe" within the Web Page Design section. This forum, and the thread "mimic iframe are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
mimic iframe
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
mimic iframe
I'm working on redoing my company's homepage and I've kinda coded myself into a corner... The original page is here: http://www.modus-hightech.de and is made with tables, inline css and an iframe.
I started with a design from Stu at cssplay.co.uk and started modifying it. The header and footer work but my problem is the content in the center. I'm having trouble getting the background image and text centered and the content the right width (in IE) and getting the content to scroll (in FF). The site looks ok as long as the browser window is big enough, but as soon as it gets smaller everything looks ass. Any suggestions? HTML:
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|
|
#2
|
|||
|
|||
|
Re: mimic iframe
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: mimic iframe
ok, tx! I'll check that out tomorrow.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#4
|
|||
|
|||
|
Re: mimic iframe
The faux design is working ok, the only problem is that the 'frame' can't have a set height, it needs to stretch from 131 pixels from the top to 39 pixels above the bottom... How do I do that? Here's a link: http://www.modus-hightech.de/valid/faux and here's my code:
HTML:
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#5
|
|||
|
|||
|
Re: mimic iframe
unsure if this will work as unable to test but try setting a height of 100% on the divider and the bottom margin to the height of your footer. Personally I would have not used the scrollbar divider and just let the content flow down the page
|
|
#6
|
|||
|
|||
|
Re: mimic iframe
Figured it out myself: http://modus-hightech.de/valid/faux2/
I ended up using absolute positioning for the two center 'frames' but it works, also in IE!
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#7
|
|||
|
|||
|
Re: mimic iframe
Hi,
In my opion aviod using iframes if possible. iframes may provide a better user interace for long scrolling pages but when it come to website SEO optimisation iframes are not good. I would recommend you remove Iframes from your website http://www.modus-hightech.de as google / other search engines will perform a better crawl of your website for displaying seach results. I have also looked at the way you have implimented flash, although a 6 - 12 months ago this would be ok now with the latest versions of Internet Explorer you will find a problem which requires the user to click on the flash once to activate then the again to user the button controls, this problem can be fixed by simply using an external javascript file to load the flash into your website page. P Shah - www.dcpweb.co.uk |
|
#8
|
|||
|
|||
|
Re: mimic iframe
I know, my friend. That's why I'm working on a redesign. The site was written about two years ago (by someone else) and it took so long for our marketing division to give us the content that the site was out-of-date by the time it finally went online (about half a year ago).
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
![]() |
| Tags |
| css, html, iframe |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Iframe background | goangus | Web Page Design | 0 | Apr 22nd, 2008 12:26 |
| [SOLVED] refresh a different iframe once an iframe elsewhere has loaded | cosmicbdog | JavaScript Forum | 1 | Jan 25th, 2008 01:50 |
| Can a jsp file in an IFrame calls a javascript function outside of the IFrame | jadeite100 | JavaScript Forum | 0 | May 31st, 2007 14:29 |
| mimic table rows | flann | Web Page Design | 5 | Apr 13th, 2007 23:30 |
| <iframe> | u2orange | Web Page Design | 10 | Nov 29th, 2003 20:06 |