|
Posted by David Graham on 12/21/05 13:24
"Gabriλl" <leirbag@irtam.nl> wrote in message
news:43a933d2$0$21691$58c7af7e@news.kabelfoon.nl...
> David Graham wrote:
> > "Gabriλl@Home" <youcould@lwaysaskfor.info> wrote in message
> > news:11qgtr8qibemqad@corp.supernews.com...
> >
> >>Hi Folks,
> >>
> >>I've been working on this for quite a long time now..
> >>
> >>http://www.amdemo.com/testsite consists of 2 frames (top & main). I
> >>center the Flash element in the top frame and the table in the bottom
> >>frame. As long as the browser (FireFox or IE, doesn't matter) is not
> >>maximized the menu and the table are directly under each other. But then
> >>you maximize the bottom frame is 1 pixel left of the top frame in
> >
> > alignment.
> >
> >>Does anyone know what this behaviour can be? And how to solve it?
> >>
> >>Please check http://www.amdemo.com/testsite and let me know!
> >>
> >>Thanks a lot!
> >>
> >>Greets,
> >>Gab
> >
> > Hi
> > I'm no expert but I think others in this group will point out why frames
are
> > bad (if tthey are not tired doing so already).
> > Try
> > body, table {margin: 0;}
> > in the css for main.html
> > and
> > body {margin: 0;}
> > for top.html
> >
> > Not sure how you play with the CSS for a frameset, perhaps you just do
the
> > individual pages in the frameset as I have done above. Others will know
> > If no good above throw in padding: 0; as well for luck!
> > HTH
> > David
> >
> >
> >
> Please give me a link of why frames are bad...
A search in google will bring back lots of pages on this. Did my suggestion
help?
Some of the bad effects of frames that I can remember are:
1. Search engines find them difficult or impossible to index (not sure why)
2. Bookmarking a page bookmarks the frameset not the page the user is on so
they don't get back to what they expected when they use the bookmark.
3. Users may follow a link to your site that takes them to one of your pages
on it's own i.e. not contained within the Frameset so they could be missing
vital stuff like the navigation page (frame)
4. Accesibility issues - not possible for text only or screen readers to
make sense of them (I think)
The list is a lot longer than this though!
> The problem is that my top is Flash and I don't want it to be reloaded
> on every page change
Not sure, but wouldn't the .swf be downloaded once to a local cache on the
users disc (temporary internet files folder) so subsequent requests would be
quicker.
HTH
David
[Back to original message]
|