Jump to content

Question cant explain..


painkiller

Recommended Posts

That site uses frames but that is not ideal because frames only allows one page to be indexed and bookmarked. Even if you submit a sitemap and get all the pages indexed, the other problem is that when visitors click on any of the google indexed url, it will take them directly to the content page thus there are no header/footer which then shows no navigation.

 

The correct ways is to use server side includes (PHP or ASP). If you want the center content to scroll then wrap that content in a div with a fixed width and height and style it using overflow: auto.

Link to comment
Share on other sites

Like this Site http://www.brutalbands.net/index.html when the user clicks on for example e-store etc...

he/she will see it on the same page but its in a frame

If you have read my earlier post, iframe will not help you with google indexing. Also users will not be able to bookmark to any specific page other than the home page (index page). Iframes might be ok for isolated use but not for the whole site. Even then it's better to use CSS overflow instead.

 

What you need and should be using is Server Side Includes using PHP or ASP. If you don't know how to do that then it's time you learn. We can help you in the process but only if you help yourself by taking the time to learn the codes.

Link to comment
Share on other sites

Ditch the frames - this 'window within a window' effect can be achieved entirely through CSS. Look into the overflow property.

 

And for a truly stunning example of how a similar effect can be achieved using css only:

 

http://www.csszengarden.com/?cssfile=/202/202.css

 

And for a slightly more mundane (but more practical) example:

 

http://www.w3schools.com/Css/tryit.asp?filename=trycss_pos_overflow_auto

Edited by monkeysaurus
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...