larryhatch

msg:936371 | 4:55 am on Jul 9, 2005 (gmt 0) |
Hello RK: I know virtually nothing about DW, and write all code by hand to avoid these and similar messes. I saw one thing though: EVERYTHING between <!-- and --> is a COMMENT, not executable code. Nothing so contained will ever happen. You could write poetry in there. Is that the problem? Is the stuff between the marks what isn't happening? -Larry
|
RKrebs

msg:936372 | 6:14 am on Jul 9, 2005 (gmt 0) |
<div style="position:absolute; left:13px; top:93px; width:117px; height:332px; z-index:1"> <p> </p> </div> Nope. Not sure how or why that is in there, but this is what is not showing up.
|
abbeyvet

msg:936373 | 6:14 am on Jul 9, 2005 (gmt 0) |
It is ok, in fact correct, to have comment tags around javascript - it just prevents it from being displayed on the page in older browsers. This may be a problem: <link href="Again%20a%20new%20one" rel="stylesheet" type="text/css"> specifically Again%20a%20new%20one The href should be pointing to your stylesheet. That said, the div is showing up when I use that code. Just make the background coloured so you can see it: <div style="background-color:#999999; position:absolute; left:13px; top:93px; width:117px; height:332px; z-index:1">
|
larryhatch

msg:936374 | 6:30 am on Jul 9, 2005 (gmt 0) |
DOH! Thats right, I forgot. You can REM out JS lines and they still execute. Please disregard everything I wrote above. -Larry
|
RKrebs

msg:936375 | 2:43 pm on Jul 9, 2005 (gmt 0) |
Well first off, thank you very much for your comments. I did add color to the CSS that is the "Again%20a%20new%20one" style sheet. I am not sure why it is adding the % signs unless DW automatically defaults to that in place of spaces (which now that I think of it, is probably the case). I have made about 20 pages using CSS to learn and have used a different naem on them all. Not sure why. LOL But I will change the name on the CSS and retry. The color I have it set to is blue an it didn't show up.
|
RKrebs

msg:936376 | 2:56 pm on Jul 9, 2005 (gmt 0) |
Ok. I got it to work. Thanks for the help.
|
buy_online

msg:936377 | 3:31 pm on Jul 9, 2005 (gmt 0) |
As an aside, this: <link href="Again%20a%20new%20one" rel="stylesheet" type="text/css"> Specifically, the "Again%20a%20new%20one" may have been typed in the "Design" view, not code view. If you want your code to be "un-molested" (there I go with the quotes again), then be sure to put anything like that in when on "Code" view. The contents of the "DIV" should have shown up, but might have been a problem because of the Z-index. I normally put that other stuff (position, style, etc.) in a style sheet. Good luck. F
|
maswee

msg:936378 | 6:08 am on Jul 11, 2005 (gmt 0) |
yes you may have typed it in design view or check for z index.
|
|