![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Perhaps you can give me some suggestions. Emulate position fixed example. http://tinyurl.com/5n5h6e |
#3
| |||
| |||
|
|
BootNic wrote: On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Perhaps you can give me some suggestions. Emulate position fixed example. http://tinyurl.com/5n5h6e Thanks. That worked on all three browsers. Now I have a problem putting it into my real app. First, I put the javascript into a separate file. I also put the css stuff into a css file but left the conditional code (CC) in the app directly. That all still worked. ===> http://www.sheldonlg.com/popup/popupLoc5.html Then I tried putting the CC into the css file. That no longer worked. ===> http://www.sheldonlg.com/popup/popupLoc6.html That told me that the CC had to be in the app page and not in a linked css file. Now, the real app that I need to fix uses an application template with Smarty (I am not familiar with Smarty). It links in a css file. When I put the CC into the application template (right before the </head>), I got an error: Fatal error: Smarty error: [in application_container.tpl line 14]: syntax error: unrecognized tag: position: absolute; followed by a traceback dump. My question is, how do I get the CC into the app page in this configuration? |
#4
| |||
| |||
|
|
sheldonlg wrote: BootNic wrote: On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Perhaps you can give me some suggestions. Emulate position fixed example. http://tinyurl.com/5n5h6e Thanks. That worked on all three browsers. Now I have a problem putting it into my real app. First, I put the javascript into a separate file. I also put the css stuff into a css file but left the conditional code (CC) in the app directly. That all still worked. ===> http://www.sheldonlg.com/popup/popupLoc5.html Then I tried putting the CC into the css file. That no longer worked. ===> http://www.sheldonlg.com/popup/popupLoc6.html That told me that the CC had to be in the app page and not in a linked css file. Now, the real app that I need to fix uses an application template with Smarty (I am not familiar with Smarty). It links in a css file. When I put the CC into the application template (right before the </head>), I got an error: Fatal error: Smarty error: [in application_container.tpl line 14]: syntax error: unrecognized tag: position: absolute; followed by a traceback dump. My question is, how do I get the CC into the app page in this configuration? Your PHP question is??? |
#5
| |||
| |||
|
|
BootNic wrote: On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Thanks. That worked on all three browsers. Now I have a problem putting it into my real app. First, I put the javascript into a separate file. I also put the css stuff into a css file but left the conditional code (CC) in the app directly. That all still worked. ===> http://www.sheldonlg.com/popup/popupLoc5.html Then I tried putting the CC into the css file. That no longer worked. ===> http://www.sheldonlg.com/popup/popupLoc6.html That told me that the CC had to be in the app page and not in a linked css file. |
|
Now, the real app that I need to fix uses an application template with Smarty (I am not familiar with Smarty). It links in a css file. When I put the CC into the application template (right before the </head>), I got an error: Fatal error: Smarty error: [in application_container.tpl line 14]: syntax error: unrecognized tag: position: absolute; followed by a traceback dump. My question is, how do I get the CC into the app page in this configuration? |
#6
| |||
| |||
|
|
Jerry Stuckle wrote: sheldonlg wrote: BootNic wrote: On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Perhaps you can give me some suggestions. Emulate position fixed example. http://tinyurl.com/5n5h6e Thanks. That worked on all three browsers. Now I have a problem putting it into my real app. First, I put the javascript into a separate file. I also put the css stuff into a css file but left the conditional code (CC) in the app directly. That all still worked. ===> http://www.sheldonlg.com/popup/popupLoc5.html Then I tried putting the CC into the css file. That no longer worked. ===> http://www.sheldonlg.com/popup/popupLoc6.html That told me that the CC had to be in the app page and not in a linked css file. Now, the real app that I need to fix uses an application template with Smarty (I am not familiar with Smarty). It links in a css file. When I put the CC into the application template (right before the </head>), I got an error: Fatal error: Smarty error: [in application_container.tpl line 14]: syntax error: unrecognized tag: position: absolute; followed by a traceback dump. My question is, how do I get the CC into the app page in this configuration? Your PHP question is??? From http://en.wikipedia.org/wiki/Smarty "Smarty is a web template system written in PHP." Since my error is in Smarty, and I researched and found the above line, I added comp.lang.php to the other two groups. Now I will repeat my question: "My question is, how do I get the CC into the app page in this configuration (and for Jerry: which fails in Smarty)?" |
#7
| |||
| |||
|
|
On Mon, 11 Aug 2008 20:22:04 -0400 sheldonlg <sheldonlg> wrote in: A6qdnbV-ybKTRT3VnZ2dnUVZ_r3inZ2d (AT...news (DOT) com BootNic wrote: On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Thanks. That worked on all three browsers. Now I have a problem putting it into my real app. First, I put the javascript into a separate file. I also put the css stuff into a css file but left the conditional code (CC) in the app directly. That all still worked. ===> http://www.sheldonlg.com/popup/popupLoc5.html Then I tried putting the CC into the css file. That no longer worked. ===> http://www.sheldonlg.com/popup/popupLoc6.html That told me that the CC had to be in the app page and not in a linked css file. Think of conditional comments as html comments. That is what they are, only IE sees Conditional Comments as conditional comments, all other browsers see them as html comments. So with that, html does not belong in a css file. The way to link an external style sheet using conditional comments: !--[if IE 6] link rel=StyleSheet href="ie6.css" type="text/css" ![endif]-- |
#8
| |||
| |||
|
|
sheldonlg wrote: Jerry Stuckle wrote: sheldonlg wrote: BootNic wrote: On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Perhaps you can give me some suggestions. Emulate position fixed example. http://tinyurl.com/5n5h6e Thanks. That worked on all three browsers. Now I have a problem putting it into my real app. First, I put the javascript into a separate file. I also put the css stuff into a css file but left the conditional code (CC) in the app directly. That all still worked. ===> http://www.sheldonlg.com/popup/popupLoc5.html Then I tried putting the CC into the css file. That no longer worked. ===> http://www.sheldonlg.com/popup/popupLoc6.html That told me that the CC had to be in the app page and not in a linked css file. Now, the real app that I need to fix uses an application template with Smarty (I am not familiar with Smarty). It links in a css file. When I put the CC into the application template (right before the </head>), I got an error: Fatal error: Smarty error: [in application_container.tpl line 14]: syntax error: unrecognized tag: position: absolute; followed by a traceback dump. My question is, how do I get the CC into the app page in this configuration? Your PHP question is??? From http://en.wikipedia.org/wiki/Smarty "Smarty is a web template system written in PHP." Since my error is in Smarty, and I researched and found the above line, I added comp.lang.php to the other two groups. Now I will repeat my question: "My question is, how do I get the CC into the app page in this configuration (and for Jerry: which fails in Smarty)?" So? Both Windows and Linux were written in C. By your logic, Windows and Linux administrative and usage questions should be asked in a C programmers group. If you have Smarty questions, ask in the Smarty support forums. I repeat. What is your PHP question? |
#9
| |||
| |||
|
|
Jerry Stuckle wrote: sheldonlg wrote: Jerry Stuckle wrote: sheldonlg wrote: BootNic wrote: On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Perhaps you can give me some suggestions. Emulate position fixed example. http://tinyurl.com/5n5h6e Thanks. That worked on all three browsers. Now I have a problem putting it into my real app. First, I put the javascript into a separate file. I also put the css stuff into a css file but left the conditional code (CC) in the app directly. That all still worked. ===> http://www.sheldonlg.com/popup/popupLoc5.html Then I tried putting the CC into the css file. That no longer worked. ===> http://www.sheldonlg.com/popup/popupLoc6.html That told me that the CC had to be in the app page and not in a linked css file. Now, the real app that I need to fix uses an application template with Smarty (I am not familiar with Smarty). It links in a css file. When I put the CC into the application template (right before the </head>), I got an error: Fatal error: Smarty error: [in application_container.tpl line 14]: syntax error: unrecognized tag: position: absolute; followed by a traceback dump. My question is, how do I get the CC into the app page in this configuration? Your PHP question is??? From http://en.wikipedia.org/wiki/Smarty "Smarty is a web template system written in PHP." Since my error is in Smarty, and I researched and found the above line, I added comp.lang.php to the other two groups. Now I will repeat my question: "My question is, how do I get the CC into the app page in this configuration (and for Jerry: which fails in Smarty)?" So? Both Windows and Linux were written in C. By your logic, Windows and Linux administrative and usage questions should be asked in a C programmers group. If you have Smarty questions, ask in the Smarty support forums. I repeat. What is your PHP question? The last post in any of the three Smarty forums was on Jan 4. Not much chance of getting an answer there! So, Jerry, bitch all you want, but I will still post it here, as this, and the alt.html and comp.lang.javascript, are my best shots at reaching someone who knows about Smarty and can help me -- whether or not it is strictly on topic. |
#10
| |||
| |||
|
|
Jerry Stuckle wrote: sheldonlg wrote: Jerry Stuckle wrote: sheldonlg wrote: BootNic wrote: On Sat, 09 Aug 2008 22:55:52 -0400 sheldonlg <sheldonlg> wrote in: AvSdnSFsRJWNxAPVnZ2dnUVZ_u6dnZ2d (AT...news (DOT) com [snip] Perhaps you can give me some suggestions. Emulate position fixed example. http://tinyurl.com/5n5h6e Thanks. That worked on all three browsers. Now I have a problem putting it into my real app. First, I put the javascript into a separate file. I also put the css stuff into a css file but left the conditional code (CC) in the app directly. That all still worked. ===> http://www.sheldonlg.com/popup/popupLoc5.html Then I tried putting the CC into the css file. That no longer worked. ===> http://www.sheldonlg.com/popup/popupLoc6.html That told me that the CC had to be in the app page and not in a linked css file. Now, the real app that I need to fix uses an application template with Smarty (I am not familiar with Smarty). It links in a css file. When I put the CC into the application template (right before the </head>), I got an error: Fatal error: Smarty error: [in application_container.tpl line 14]: syntax error: unrecognized tag: position: absolute; followed by a traceback dump. My question is, how do I get the CC into the app page in this configuration? Your PHP question is??? From http://en.wikipedia.org/wiki/Smarty "Smarty is a web template system written in PHP." Since my error is in Smarty, and I researched and found the above line, I added comp.lang.php to the other two groups. Now I will repeat my question: "My question is, how do I get the CC into the app page in this configuration (and for Jerry: which fails in Smarty)?" So? Both Windows and Linux were written in C. By your logic, Windows and Linux administrative and usage questions should be asked in a C programmers group. If you have Smarty questions, ask in the Smarty support forums. I repeat. What is your PHP question? The last post in any of the three Smarty forums was on Jan 4. Not much chance of getting an answer there! So, Jerry, bitch all you want, but I will still post it here, as this, and the alt.html and comp.lang.javascript, are my best shots at reaching someone who knows about Smarty and can help me -- whether or not it is strictly on topic. |
![]() |
| Thread Tools | |
| Display Modes | |
| |