Forum: HTML and CSS Jun 29th, 2006 |
| Replies: 6 Views: 2,746 Unfortunately navigation is not up to me, I was told to figure out/find out how to do it for the clients... And as it happens the clients we are doing it for or not the brightest peanuts in the... |
Forum: HTML and CSS Jun 28th, 2006 |
| Replies: 1 Views: 5,065 Is it possible to Fix the Background img? |
Forum: HTML and CSS Jun 28th, 2006 |
| Replies: 6 Views: 5,528 |
Forum: HTML and CSS Jun 28th, 2006 |
| Replies: 6 Views: 5,528 You cannot toggle as it is JS that tells it to go fullscreen. You need a JS button to tell it to close. |
Forum: HTML and CSS Jun 28th, 2006 |
| Replies: 6 Views: 2,746 Have built my own navigational buttons. |
Forum: HTML and CSS Jun 27th, 2006 |
| Replies: 6 Views: 2,746 ok, firstly, an outline.
I create coursware, and the coursware i'm crearing now is HTML, JS etc, etc. It works via MSIE, and is fullscreen, so it does not appear to the client that it is infact... |
Forum: HTML and CSS Jun 27th, 2006 |
| Replies: 6 Views: 5,528 haha, I did it! So simple I could kick myself.
And to answer your question, it's for navigational purposes in Coursware. |
Forum: HTML and CSS Jun 27th, 2006 |
| Replies: 6 Views: 5,528 Is there code to hide the taskbar in I-Net explorer, all menu icons, menu's and address bar? or perhaps make it AutoHide? |
Forum: HTML and CSS Jun 14th, 2006 |
| Replies: 3 Views: 1,133 yes!
Html page has a link that opens the window with the javascript tree, obviously this is a menu, I need this menu to control the main HTML Page.
Forgot to mention that the JS tree has been... |
Forum: HTML and CSS Jun 14th, 2006 |
| Replies: 3 Views: 1,133 On my main web page, I have a button that opens a browser window, this window contains a tree menu created with JS.
What I need to know is if I click on a link in the tree menu, is it possible to... |
Forum: HTML and CSS Jun 14th, 2006 |
| Replies: 2 Views: 1,365 Yes, but myne is a lot more complicated.
JS File 1:
// Tree structure definition
var TREE_NODES = [
["Module1: Use of Firearms", null, null,
["General Safety and Req of... |
Forum: HTML and CSS Jun 13th, 2006 |
| Replies: 4 Views: 1,227 That will not work as the DVD is for clients. It is not allowed (for me) to ask what they call their drives, it is not professional. Also, their drives could also be named differently as it is... |
Forum: HTML and CSS Jun 13th, 2006 |
| Replies: 2 Views: 1,365 How do I get a Tree menu to expand when I navigate from another page?
... also
is it possible to expand on a specific section? (See prev. Post for code and more background) |
Forum: HTML and CSS Jun 13th, 2006 |
| Replies: 0 Views: 1,451 A little backround into the mission: My sitemap is a tree menu, i need to navigate from a page to the tree menu, but in the tree menu, the page that the visitor came from needs to be highlighted.
... |
Forum: HTML and CSS Jun 13th, 2006 |
| Replies: 4 Views: 1,227 ok, change of plans. What if it is being written to a DVD? (instead of C Drive) |
Forum: HTML and CSS Jun 13th, 2006 |
| Replies: 2 Views: 2,914 Thank you. The info I received on it was probably incorrect. |
Forum: HTML and CSS Jun 12th, 2006 |
| Replies: 2 Views: 2,914 Can anybody plz explain this to me? What scrip/code is it to start with?
Is it possible to provide an example of how this works? (code) |
Forum: HTML and CSS Jun 12th, 2006 |
| Replies: 4 Views: 1,227 I am a multimedia Production Specialist whom has been thrown into the deep end at work. We produce coursware btw.
I have to find a way to create a "Bookmark Button", but, the pages are NOT online,... |