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 |
![]()
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 |
|
|
![]() ![]() |