|
Author |
Message |
WackoJackoUK
Junior WebHelper
Joined: 16 Oct 2003
Posts: 3
|
Posted:
Thu Oct 16, 2003 2:16 pm (21 years, 3 months ago) |
|
Hi ppl
Wonder if any of you can help me out here.
I've created a page using CSS for my company Intranet and most things are fine but one style is giving me a headache and I'm not sure why.
I'm applying a border and background color to a table but it won't pick up the color or the border yet the text size and font are fine.
I'm wondering if it is a compatability issue as they work fine on IE5.5 but some users (quite a lot) are still on IE4.
Can anyone give me any suggestions please
Here's the code
.nav_menu
{font-family:verdana; color: #FFFFFF; font-size:10pt; font-weight:bold; background-color: #D69AA5; border: #2C4CDE; padding:1px}
.nav_bg
{font-family:verdana; color: #943C4A; font-size:10pt; font-weight:normal; background-color: #F7EFEF; border: #943C4A; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; padding:5px}
WJUK
|
|
|
|
|
Darren
Team Member
Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Thu Oct 16, 2003 2:49 pm (21 years, 3 months ago) |
|
|
|
|
WackoJackoUK
Junior WebHelper
Joined: 16 Oct 2003
Posts: 3
|
Posted:
Thu Oct 16, 2003 3:30 pm (21 years, 3 months ago) |
|
Still can't get the bugger to work and there are quite a few hundred users on IE4.
Forgot to mention before that these are implemented within nested tables.
Would this make much of a difference? |
|
|
|
|
Darren
Team Member
Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Fri Oct 17, 2003 9:05 am (21 years, 3 months ago) |
|
Unfortunately I don't have access to IE4 to give this a try.
I wouldn't have thought a nested table would cause a problem, easily checked though if you apply it to a single table and the CSS still doesn't work.
You can actually write your border style a little more efficiently, so you wouldn't need to use the other border attributes:
border:2px solid #943C4A;
and you never know it may even work on IE4 |
|
|
|
|
WackoJackoUK
Junior WebHelper
Joined: 16 Oct 2003
Posts: 3
|
Posted:
Fri Oct 17, 2003 11:10 am (21 years, 3 months ago) |
|
Hi Darren
Thanks for the tip for the abbreviated code, I'll use it straight away.
I sorted out the problem anyway by luck.
I was useing the class .nav_menu or .nav_bg - I noticed that another class worked so I removed the underscore and the bloody thing worked.
I hate IE4 !!!!
Cheers for your help anyway
WJUK
|
|
|
|
|
Darren
Team Member
Joined: 05 Feb 2002
Posts: 549
Location: London
|
Posted:
Fri Oct 17, 2003 12:13 pm (21 years, 3 months ago) |
|
|
|
|
|
|
You cannot post new topics in this forum. You cannot reply to topics in this forum. You cannot edit your posts in this forum. You cannot delete your posts in this forum. You cannot vote in polls in this forum.
|
Page generation time: 0.144694 seconds :: 17 queries executed :: All Times are GMT
Powered by phpBB 2.0
© 2001, 2002 phpBB Group :: Based on an FI Theme
| |