Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > JavaScript > Re: Fixed-posit...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 4 Topic 35550 of 37633
Post > Topic >>

Re: Fixed-position navigation buttons

by SAM <stephanemoriaux.NoAdmin@[EMAIL PROTECTED] > May 10, 2008 at 01:26 PM

Marten Kemp a écrit :
> I want to display a novel.  I have the following
> working fine except for the Back, Home and Next
> buttons.

In a non framed page, it is only a question of CSS ... !

> ---------------------------
> |      Top Stuff          |
> ---------------------------
> | C   |                   |
> | h   |        ^          |
> | a   |        |          |
> | p   |      Chapter      |
> | t   |        |          |
> | e   |        V          |
> | r   |                   |
> |     |                   |
> | l   |                   |
> | i   |                   |
> | n   |                   |
> | k   |-------------------|
> | s   |Back   Home   Next |
> ---------------------------
> |     Bottom Stuff        |
> ---------------------------
> 
> Click a link in the left frame and the chapter
> shows up in the main frame.

Via Ajax ?
Via html in a framed page ?

Each showed blocks are they frames ?

if yes,
each menu item must send :
- the asked file in main frame
- the sub-menu of this file in frame 'sub_menu' (back home next)
each sub-menu item must work exactly as a menu-item

<a href="page_1.htm" target="main"
    onclick="parent.sub_menu.location = 'page_1_sub_menu.htm';">
menu 1
</a>

Perhaps could you at least show your main framed page
(the frameset eventually with empty href)
and we could understand your design

Perhaps could you also explain how your buttons 'next' and 'back' are 
coded (what do they do ?)

-- 
sm
 




 4 Posts in Topic:
Fixed-position navigation buttons
Marten Kemp <marten.ke  2008-05-09 21:05:03 
Re: Fixed-position navigation buttons
beedeebee <brian.bolto  2008-05-09 18:25:49 
Re: Fixed-position navigation buttons
SAM <stephanemoriaux.N  2008-05-10 13:26:59 
Re: Fixed-position navigation buttons
Marten Kemp <marten.ke  2008-05-10 08:30:53 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 22:12:29 CST 2008.