.Nuke
Apr 10 2005, 07:06 PM
Hi All
Some think is wrong, in my design i used most of the day to figer it out, an now it is time for help :-"
I can't get rid of some tables see image for more info...
Kenny Pollock
Apr 10 2005, 08:16 PM
Without a link to your forums I doubt I can fix it. Looks like border problems.
.Nuke
Apr 11 2005, 04:01 AM
QUOTE(Kenny Pollock @ Apr 10 2005, 10:16 PM)
Without a link to your forums I doubt I can fix it. Looks like border problems.
Link removed
Kenny Pollock
Apr 11 2005, 04:41 AM
I don't see the problems?
Kenny Pollock
Apr 11 2005, 04:42 AM
edit/double post
.Nuke
Apr 11 2005, 04:48 AM
thats because, you run firefox right ? because the problem is only in IE an not in Firefox
.Nuke
Apr 11 2005, 07:02 AM
FIXED
IAIHMB
Apr 11 2005, 07:22 AM
This is a long shot, but try adding this to your CSS:
CODE
.maintitle p,
.maintitlecollapse p{
border: 0px;
}
IAIHMB
Apr 11 2005, 07:27 AM
Heh, just what I thought, good work.

By the way, for those of you who want to see what he changed:
.Nuke
Apr 11 2005, 08:47 AM
Do it need all this : !important or is it a bug ?
IAIHMB
What do you meen by good work ? this is not good work *loool*
Im only just started
IAIHMB
Apr 11 2005, 09:33 AM
Yes, !important is a part of CSS, so I would recommend that you leave it wherever you find it.
Rikki
Apr 11 2005, 02:37 PM
!important is a valid part of CSS but it's 'usual' use is to make IE use a different value to other browsers.
James Mathias
Apr 11 2005, 03:53 PM
!important is used to overide an inherited value from a HTML attribute rule, or an ID
So basically, if you have defined in your CSS p{ rules } then later you make a class like .more then declare any p within .more like .more p{ rules } you will need to use !important on any rule that overwrites an original inheritable rule from the original p{} declaration...
MSIE sometimes ignores this declaration but not always.
If you want to serve a rule to MSIE only, use the * html prefix like so
* html .more p{ rules } this will only be read by MSIE
I hope that answers your questions.
.Nuke
Apr 12 2005, 05:09 AM
Thanks, i just think it was a error/bug so i removed them all

so i just need to restore them again...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.