Hello all,
In case others might find it useful I've attached a new tabs_mozilla.css file that improves the admin rendering in Mozilla and Firefox. Beware, though, that I believe it makes Safari useless.
This file lives in /farcry/farcry_core/admin/css
Enjoy! --Kyle
Kyle Singer Lead Web Developer Whitman College [EMAIL PROTECTED]
/* These are the mozilla specific styles used for the tabs in the admin area*/
body {
height: 100%;
}
div.tabMain {
position: relative;
width:auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
overflow: hidden;
}
iframe.tabContent {
position: absolute;
width: auto;
top: 4.5em;
bottom: 0;
left: 3px;
right: 0;
padding: 0;
}
#background {
position: absolute;
left: 0;
right: 0;
bottom: 1px;
top: 6.5em;
}
#column1 {
position: absolute;
top: 0;
left: 0;
bottom: 0;
overflow: hidden;
width: 300px !important;
padding: 0;
padding-bottom: 32px;
}
#column2 {
position: absolute;
top: 0;
left: 300px !important;
right: 0 !important;
bottom: 0;
overflow: hidden;
padding: 0;
padding-bottom: 32px;
padding-right: 3px;
}
div.tabIframeWrapper {
width: auto;
}
#resizer {display: none;}
#title form {display: none;}
#contract {display:none}
#expand {display:none}
/* ######## End Tab Styles ######## */
--- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
