How to Hide Label Field in IE, My code works in FF and Safari, but not IE |
How to Hide Label Field in IE, My code works in FF and Safari, but not IE |
Jun 29 2009, 11:36 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2009 Member No: 734,951 |
Hey all, thanks for your help. I need to hide the label field in IE, it is forcing my left column to be too wide and overlapping my bg image. I have added the code;
CODE <style> tr[id="Record LabelRow"] {display:none !important;} tr[id="Type of LabelRow"] {display:none !important;} </style> to the "bio" section along with the bulk of my customized code, and it is doing it's job in FF and Safari, but just not IE. any help would be GREATLY appreciated. Here is the page I am working on, Layout Test |
|
|
|
![]() |
Jun 29 2009, 03:49 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Replace the code you're using with this:
CODE <style> .lightbluetext8 {display:none;} td {width:0px; padding:0px;} </style> That should do the trick on all browsers. |
|
|
|
moosle How to Hide Label Field in IE Jun 29 2009, 11:36 AM
synatribe if it's an internet explorer problem try this
... Jun 29 2009, 03:50 PM
moosle thanks for the help, I am still having the same is... Jun 29 2009, 04:51 PM
moosle yeah, sorry. I am wanting to hide the entire fiel... Jun 29 2009, 05:26 PM
Mike Put this in the Record Label area:
CODE</tr... Jun 30 2009, 02:02 PM![]() ![]() |