Topic: Table border won't dash : ( (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10813" title="Pages that link to Topic: Table border won&amp;#039;t dash : ( (Page 1 of 1)" rel="nofollow" >Topic: Table border won&#039;t dash : ( <span class="small">(Page 1 of 1)</span>\

 
Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted posted 10-01-2002 08:21

Hello,

I'm doing this:

.dynamic {
border-style:dashed;
margin-top:3pt;
border-color:#000000;
border-width:thin;
}

and am assigning a table this class. The table border only appears solid, and I'd like it to be dashed. Whats wrong with the above?

Thanks, Karl




AZProGolf.com
LakeTahoeGymnaticsCamp.com
karl@azprogolf.com

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 10-01-2002 08:58

I've tested your CSS code and everything worked fine for me. Maybe there's something else on your page (especially in your style sheet) that's causing it not to show dashed border, so show us your whole page...


Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 10-01-2002 21:59

Karl: What browser are you using for testing?

This is only supported by recentish browsers.

___________________
Emps

FAQs: Emperor

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 10-02-2002 00:31

Yeah, that works for me, too. You could also combine that into:

.dynamic {
margin-top: 3pt;
border: thin dashed #000000;
}


Although I'm prone to using an actual measurement for the thickness. I'd use:

.dynamic {
margin-top: 3pt;
border: 1px dashed #000000;
}



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu