![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
| | | | | | | | | | | | div id=lft | div class=content | div id=rght | | | | | | | | | | | | | ________________________________________________ |
#2
| ||||
| ||||
|
|
Right now, when a user clicks on the left, they leave the page with the div(s) and go just to the content in linkn.htm. |
|
I want the site to behave so that when the user clicks on any of the links on the left, the resulting markup will appear in either the middle or the right... |
|
I guess a workaround would be to copy the same code for the left side navigation into every page so that it appears the new markup is being opened in a specified window. |
|
But that solution seems smelly offhand and it seems to be a maintenance nightmare |
#3
| |||
| |||
|
|
Hello, After exploring the links found at http://allmyfaqs.net/faq.pl?CSS_FAQs for a couple of months, I'm finally weaning myself off of the frameset> and <table> nipples. I'm just having one problem; one where I haven't been able to otherwise research the solution. When one uses the frameset tag, they can specify a target of where the markup is to be displayed. How is this accomplished with CSS? Now with CSS, I have a page set up much like this... ________________________________________________ | | | | | | | | | | | | | | | | | div id=lft | div class=content | div id=rght | | | | | | | | | | | | | | | | | ________________________________________________ The nav on the left looks much like this: div id="lft" h2>Links</h2 p a href="/pages/link1.htm" title="">link1</a><br> <!-- want this to open in "content" -- a href="/pages/link2.htm" title="">link2</a><br a href="/pages/link3.htm" title="">link3</a><br a href="/pages/link4.htm" title="">link4</a><br a href="/pages/link5.htm" title="">link5</a><br /p /div |
|
Right now, when a user clicks on the left, they leave the page with the div(s) and go just to the content in linkn.htm. I want the site to behave so that when the user clicks on any of the links on the left, the resulting markup will appear in either the middle or the right... Also, some of those pages have buttons (input="submit") on them. Previously, the buttons drove pages which popped up; I'd rather get rid of the popups and have everything either appear in the middle or the right; but again, since I'm stuck in the "TARGET=" mindset I'm not sure how to continue. I guess a workaround would be to copy the same code for the left side navigation into every page so that it appears the new markup is being opened in a specified window. But that solution seems smelly offhand and it seems to be a maintenance nightmare -- which isn't CSS supposed to prevent in the firstplace?! |
|
Thanks for your help! |
#4
| |||
| |||
|
|
No, you use a tool to do it. The above link points to a page that discusses such things. |
#5
| |||
| |||
|
|
No, you use a tool to do it. The above link points to a page that discusses such things. Thanks for the reply... but I cannot find what tool to which you are referring. |
#6
| |||
| |||
|
|
On Fri, 17 Mar 2006 14:44:45 -0000, Adam Sandler <corn29 (AT) excite (DOT) com> wrote: No, you use a tool to do it. The above link points to a page that discusses such things. Thanks for the reply... but I cannot find what tool to which you are referring. I believe http://allmyfaqs.net/faq.pl?Include_one_file_in_another is the link that was refered to. HTH |
#7
| |||
| |||
|
|
Fig wrote: On Fri, 17 Mar 2006 14:44:45 -0000, Adam Sandler <corn29 (AT) excite (DOT) com wrote: No, you use a tool to do it. The above link points to a page that discusses such things. Thanks for the reply... but I cannot find what tool to which you are referring. I believe http://allmyfaqs.net/faq.pl?Include_one_file_in_another is the link that was refered to. HTH I found this reference on http://allmyfaqs.net/faq.pl?Include_one_file_in_another http://david.us-lot.org/software/dolt/ The progam is a Perl script that requires a Perl interpeter to be installed. But once I had done that it worked well. It converted several files successfully, but it then stopped working. I have emailed the author, but hopefully it is just a glitch, because it is very useful and easy to use. I copied the Perl script file as C:\Documents and Settings\Trevor\Desktop\Utilities\Web SW\dolt.pl I copied my modified source code to myweb\source I placed my include files in myweb\includes I ran this bat file myweb\dolt.bat ---------------------- perl "C:\Documents and Settings\Trevor\Desktop\Utilities\Web SW\dolt.pl" -s source/ -i includes/ -o . -q -l doltlog.txt Perfect . All the outputs went to myweb (as specified by -o .) as did the log file |
#8
| |||
| |||
|
| http://david.us-lot.org/software/dolt/ It converted several files successfully, but it then stopped working. |
#9
| |||
| |||
|
|
Trevor L. wrote: http://david.us-lot.org/software/dolt/ It converted several files successfully, but it then stopped working. Try this version: http://dorward.me.uk/tmp/dolt-3.0.1.plx It has more debugging code in it. -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/ Home is where the ~/.bashrc is |
![]() |
| Thread Tools | |
| Display Modes | |
| |