![]() |
annoying IE problem with dashed CSS borders
Has anyone else noticed this problem with CSS borders in internet exporer.
Whenever you use the "border-style:dashed" style, ie highlights it or something where it looks as though the spaces in between the dashes are filled with white? It's really annoying and now it's going to prevent me from using that style...dammit! |
Re: annoying IE problem with dashed CSS borders
In post <mJSdndAdrMPqlGOjXTWJjA@giganews.com>
TheKeith said... > Has anyone else noticed this problem with CSS borders in internet exporer. > Whenever you use the "border-style:dashed" style, ie highlights it or > something where it looks as though the spaces in between the dashes are > filled with white? works fine for me. URI? -- brucie a. blackford. 29/June/2003 07:36:50 am kilo. http://loser.brucies.com/ |
Re: annoying IE problem with dashed CSS borders
well what I just noticed is that when I resize the window, those white
things go away. What could it be? Could it just be something with my computer? "brucie" <brucie@loser.brucies.com> wrote in message news:bdl1t8$u4gf1$1@ID-117621.news.dfncis.de... > In post <mJSdndAdrMPqlGOjXTWJjA@giganews.com> > TheKeith said... > > > Has anyone else noticed this problem with CSS borders in internet exporer. > > Whenever you use the "border-style:dashed" style, ie highlights it or > > something where it looks as though the spaces in between the dashes are > > filled with white? > > works fine for me. URI? > > -- > brucie a. blackford. 29/June/2003 07:36:50 am kilo. > http://loser.brucies.com/ |
Re: annoying IE problem with dashed CSS borders
In post <pqacnRxmO9TGkWOjXTWJhg@giganews.com>
TheKeith said... >>> Whenever you use the "border-style:dashed" style, ie highlights it or >>> something where it looks as though the spaces in between the dashes are >>> filled with white? >> works fine for me. URI? > well what I just noticed is that when I resize the window, those white > things go away. What could it be? Could it just be something with my > computer? i don't know. supply a URI to a page that exhibits the behavior. please don't toppost How am I supposed to post my replies in a newsgroup?: http://allmyfaqs.com/faq.pl?How_to_post -- brucie a. blackford. 29/June/2003 07:52:37 am kilo. http://loser.brucies.com/ |
Re: annoying IE problem with dashed CSS borders
On Sat, 28 Jun 2003 17:45:00 -0400, "TheKeith" <no@spam.com> wrote:
> well what I just noticed is that when I resize the window, those white > things go away. What could it be? Could it just be something with my > computer? Did you use Tippex on your screen? :) Sid |
Re: annoying IE problem with dashed CSS borders
"Sid Ismail" <elsid@nospam.com> wrote in message news:j54sfvosvc3mffo7s68oumqgfconj2ff1k@4ax.com... > On Sat, 28 Jun 2003 17:45:00 -0400, "TheKeith" <no@spam.com> wrote: > > > well what I just noticed is that when I resize the window, those white > > things go away. What could it be? Could it just be something with my > > computer? > > > Did you use Tippex on your screen? :) ? > > Sid > |
Re: annoying IE problem with dashed CSS borders
here is a screenshot:
http://www.kworks.us/dottedborderpro...screenshot.gif "brucie" <brucie@loser.brucies.com> wrote in message news:bdl2o7$tke8i$1@ID-117621.news.dfncis.de... > In post <pqacnRxmO9TGkWOjXTWJhg@giganews.com> > TheKeith said... > > >>> Whenever you use the "border-style:dashed" style, ie highlights it or > >>> something where it looks as though the spaces in between the dashes are > >>> filled with white? > > >> works fine for me. URI? > > > well what I just noticed is that when I resize the window, those white > > things go away. What could it be? Could it just be something with my > > computer? > > i don't know. supply a URI to a page that exhibits the behavior. > > please don't toppost > How am I supposed to post my replies in a newsgroup?: > http://allmyfaqs.com/faq.pl?How_to_post > > > -- > brucie a. blackford. 29/June/2003 07:52:37 am kilo. > http://loser.brucies.com/ |
Re: annoying IE problem with dashed CSS borders
In post <pYOdnWkAtph_kmOjXTWJhA@giganews.com>
TheKeith said... > http://www.kworks.us/dottedborderproblem/ -- if it works for you, then I > guess it's just a problem on my end. your html and css is very invalid. fix your errors. after fixing the errors and changing to a DTD to invoke "standards" mode the problem was still there and appears to be an issue with the absolute positioning. don't absolutely position the <div> or change the border to 2px. > I'm running the latest version of ie and winxp pro sp1 sp2 is the latest IE release. run windows update. -- brucie a. blackford. 29/June/2003 08:05:10 am kilo. http://loser.brucies.com/ |
Re: annoying IE problem with dashed CSS borders
When TheKeith was making a web page, a :-? appears and wrote:
> "brucie" <brucie@loser.brucies.com> wrote in message > news:bdl2o7$tke8i$1@ID-117621.news.dfncis.de... >> In post <pqacnRxmO9TGkWOjXTWJhg@giganews.com> >> TheKeith said... >> >>>>> Whenever you use the "border-style:dashed" style, ie highlights it or >>>>> something where it looks as though the spaces in between the dashes >>>>> are filled with white? >> >>>> works fine for me. URI? >> >>> well what I just noticed is that when I resize the window, those white >>> things go away. What could it be? Could it just be something with my >>> computer? >> >> i don't know. supply a URI to a page that exhibits the behavior. > > http://www.kworks.us/dottedborderproblem/ -- if it works for you, then I > guess it's just a problem on my end. I'm running the latest version of ie > and winxp pro sp1 You forgot putting a "#" by border-color. It must be border-color: #999999; Can also shorter border: 1px dashed #999; Use percentage or em for font size instead of fixed font size. Sothat the visitor can decide what kind of font size they like best to read. When finished the page validate it with http://validator.w3.org/ (for html) and with http://jigsaw.w3.org/css-validator/ (style sheet). -- Edwin van der Vaart (Geen familie van....) http://www.semi-conductors.nl/ Links to Semiconductors sites (will expire at 01 Sept '03) http://www.semi-conductor.nl/ (under construction) http://members.chello.nl/e.vandervaart/ Experimental site http://host.deluxnetwork.com/~evdvaart/ Test site |
Re: annoying IE problem with dashed CSS borders
"brucie" <brucie@loser.brucies.com> wrote in message news:bdl493$tkl4o$1@ID-117621.news.dfncis.de... > In post <pYOdnWkAtph_kmOjXTWJhA@giganews.com> > TheKeith said... > > > http://www.kworks.us/dottedborderproblem/ -- if it works for you, then I > > guess it's just a problem on my end. > > your html and css is very invalid. fix your errors. after fixing the > errors and changing to a DTD to invoke "standards" mode the problem > was still there and appears to be an issue with the absolute > positioning. don't absolutely position the <div> or change the border > to 2px. much appreciated. I actually discovered a workaround for the problem that seems to do the trick. I simply placed a clear 1x1 bg image and stretched it across the whole screen--works great. I'll post it up now--same address. > > I'm running the latest version of ie and winxp pro sp1 > > sp2 is the latest IE release. run windows update. > > -- > brucie a. blackford. 29/June/2003 08:05:10 am kilo. > http://loser.brucies.com/ |
| All times are GMT. The time now is 03:11 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.