border-right: 1px dashed gray;
I make a curly looking border by offsetting two dashed lines by a few pixels.
Kind of like the example below, however the lines should be offset just by a pixel or two from each other.
- - - - - -
- - - - - - -
However, when I scroll down on this page:
<!-- m --><a class="postlink" href="http://www.xn3ct.net/SampleSite02/index.html">http://www.xn3ct.net/SampleSite02/index.html</a><!-- m -->
On IE the curly looking vertical lines brake down
and on Mozilla they look OK.
Any solutions to fix the ones on IE? Thanks.
-jms<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://nanobox.chipx86.com/browser_support.php#css">http://nanobox.chipx86.com/browser_support.php#css</a>
this page lists browser support for css. as you can see, IE6 appears to have partial support for border-style. it just may be that dashed are the one thing it doesnt support. sorry :/
I make a curly looking border by offsetting two dashed lines by a few pixels.
Kind of like the example below, however the lines should be offset just by a pixel or two from each other.
- - - - - -
- - - - - - -
However, when I scroll down on this page:
<!-- m --><a class="postlink" href="http://www.xn3ct.net/SampleSite02/index.html">http://www.xn3ct.net/SampleSite02/index.html</a><!-- m -->
On IE the curly looking vertical lines brake down
and on Mozilla they look OK.
Any solutions to fix the ones on IE? Thanks.
-jms<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://nanobox.chipx86.com/browser_support.php#css">http://nanobox.chipx86.com/browser_support.php#css</a>
this page lists browser support for css. as you can see, IE6 appears to have partial support for border-style. it just may be that dashed are the one thing it doesnt support. sorry :/