Help - Search - Members - Calendar
Full Version: Some thing is wrong in my design
Invision Power Services > Community Forums > Community Web Design and Coding
.Nuke
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
Without a link to your forums I doubt I can fix it. Looks like border problems.
.Nuke
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 fear.gif
Kenny Pollock
I don't see the problems?
Kenny Pollock
edit/double post
.Nuke
thats because, you run firefox right ? because the problem is only in IE an not in Firefox
.Nuke
FIXED w00t.gif
IAIHMB
This is a long shot, but try adding this to your CSS:

CODE
.maintitle p,
.maintitlecollapse p{
 border: 0px;
}
IAIHMB
Heh, just what I thought, good work. wink.gif

By the way, for those of you who want to see what he changed:
.Nuke
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 wink.gif
IAIHMB
Yes, !important is a part of CSS, so I would recommend that you leave it wherever you find it.
Rikki
!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
!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
Thanks, i just think it was a error/bug so i removed them all biggrin.gif 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.
Invision Power Board © 2001-2009 Invision Power Services, Inc.