I want the navigation for my site to be fixed to the top of the page, but move horizontally with the content in the page (and not scroll). The content is centered. I've tried all the permutations I...
Thanks for the advice. I dont think this would be CSS related because its an if/then type of situation. I think I made this more complicated than necessary by even mentioning the iframe.
I have a page that has two elements. One is navigation, and the other is an iframe where the links in that navigation change the pages. It works fine except I need the background color of the nav...
It cannot scroll diagonally. It is not "unnecessary tedium" or boring the user. If you saw the design of the site, it would make sense. I appreciate your input, but I don't need aesthetic evaluations...
This is not a normal website. It is an artistic endeavor of mostly graphics. Part of the experience is to have a link send the user down and over. There should be no horizontal scroll bars. I dont...
I would like to create a page where the nav floats and doesnt move, and where the links send the user down and then over to one side. When the user clicks another link, the page moves back to the...
This is probably a silly question. I have a function that works fine with "onClick", but I want it to run when the page is first loaded, not only after something is clicked. How is that written?...
thanks. I implemeneted your code, but it doesnt work because my code is linked with javascript, and it doesnt recognize anything as visited and they all stay on:...
I think I see what you mean, but the problem is that the rollover state (and therefore also the on-state) is another graphic. The javascript is set to turn the on-state graphic back to normal on...
thanks. But now the top layer is about 10px too high on IE and still correct on firefox.
I am placeing two on top of each other, because once I set the upper layer to "visible:hidden", it becomes an...
thanks. The second one is close except I want each div to replace the previous when it is activated and populate the same space. I think this code would just make them visible but not in the same...
I have a CSS layer whose content I want to change by clicking on various links in my page. The content needs to be stored in divs within the same page, not seperate html pages as with an iframe. How...