I've hammered away at this for hours and I'm losing patience. If you visit: <!-- w --><a class="postlink" href="http://www.aadioak.com">www.aadioak.com</a><!-- w --> with IE 6, you'll notice one of the navigation rollovers (print/packaging) doesn't work. judging by the logic I see in the error, which is none, I'm not sure it will replicate for you. I really hope it does, and I hope even more than you might know where this error is coming from. They layout isn't properly aligned so it looks tacky, but I'm working at that too. (Print artists shoudn't become web designers )
<!-- w --><a class="postlink" href="http://www.aadioak.com/index.html">www.aadioak.com/index.html</a><!-- w -->
<!-- w --><a class="postlink" href="http://www.aadioak.com/ao.css">www.aadioak.com/ao.css</a><!-- w -->
SteveChange: <a href=http://www.webdeveloper.com/forum/archive/index.php/"/print/print.html" id="print">Print and Packaging</a>
To: <a href=http://www.webdeveloper.com/forum/archive/index.php/"/print/print.html" id="print">Print</a>
Why? Because this line of text must be placed in a 110px Block, and therfore must be wraped, ultimatly making the rollover display incorrectly.
The alternative_
Adjust the css properties of #print, add:
white-space: pre;PCTHUG!
You just rocked me. Thankyou so much, the help I got on this forum was ultimate. My first two threads got responses, and in both cases, the solutions worked. Amazing. I'm stoked to join this community.
Steve
<!-- w --><a class="postlink" href="http://www.aadioak.com/index.html">www.aadioak.com/index.html</a><!-- w -->
<!-- w --><a class="postlink" href="http://www.aadioak.com/ao.css">www.aadioak.com/ao.css</a><!-- w -->
SteveChange: <a href=http://www.webdeveloper.com/forum/archive/index.php/"/print/print.html" id="print">Print and Packaging</a>
To: <a href=http://www.webdeveloper.com/forum/archive/index.php/"/print/print.html" id="print">Print</a>
Why? Because this line of text must be placed in a 110px Block, and therfore must be wraped, ultimatly making the rollover display incorrectly.
The alternative_
Adjust the css properties of #print, add:
white-space: pre;PCTHUG!
You just rocked me. Thankyou so much, the help I got on this forum was ultimate. My first two threads got responses, and in both cases, the solutions worked. Amazing. I'm stoked to join this community.
Steve