This is a discussion on "CSS noob - Help with border color browser issue please!!!" within the Web Page Design section. This forum, and the thread "CSS noob - Help with border color browser issue please!!! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS noob - Help with border color browser issue please!!!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
CSS noob - Help with border color browser issue please!!!
Im having a little trouble getting this to work, its my first attempt at using one set of css instructions to control multiple tables rather than use dreamweaver to assign properties to 1 table at a time.
I read in here that becasue browsers display things differently I might need to make one css file for FF and one for IE and use this
Thanks peeps!!!!!!! EDIT//// SOLVED IT... I removed all entries of more than one instance.. for example,
Last edited by Micky-D; Oct 12th, 2006 at 19:29. Reason: SOLVED THE PROBLEM |
|
|
|
#2
|
|||
|
|||
|
Re: CSS noob - Help with border color browser issue please!!!
Are you applying the class name to the tables? <table class="ess">? Hard to pin point really without seeing your html
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: CSS noob - Help with border color browser issue please!!!
Thanks moojoo...
you must have been replying as I was editing my 1st post lol... it was multiple instances of the same command casuing the issue ie border: 2px 2px 2px 2px; removed 3 of them and its great... just got padding probs now lol changed from working from padding in px to padding in cm seems easier. Firefox seems add more padding than ie though... :S :S :S |
|
#4
|
||||
|
||||
|
Re: CSS noob - Help with border color browser issue please!!!
What?! That shouldn't be the problem. Border-width: 2px 2px 2px 2px; is the exact same thing as border: 2px;! Leave it to IE. I hate the padding issue. I don't know if where you're using padding, but if you use a <div> inside another <div>, you can simulate padding. It doesn't look so great in your source, but it looks nice on the surface!
Ooooh, this is my 666th post. Creepy. Should've saved it for Halloween. |
|
#5
|
||||
|
||||
|
Re: CSS noob - Help with border color browser issue please!!!
Ah crap, I just realized Friday the 13th was yesterday. I was a day too late.
|
![]() |
| Tags |
| css border colours |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| color: inherit; issue with IE 7 | Voodoochilli | Web Page Design | 3 | Oct 15th, 2007 13:00 |
| HELP!!! Cross browser issue... | hak | Web Page Design | 7 | Dec 4th, 2006 11:40 |
| Help! Cross Browser Issue | centenial | Web Page Design | 1 | Aug 8th, 2006 18:56 |
| td and border issue | ltl_dragon | Web Page Design | 3 | May 13th, 2006 14:50 |
| css validating - color issue | ivyholly | Web Page Design | 13 | Dec 6th, 2005 16:05 |