You are not logged in.

1

Saturday, January 16th 2010, 3:24pm

Not just internet explorer

This is theme css for ie.

Cascading style sheet

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* global.css */

body {height: 100%; background: #eee;}
#mainContainer {background: #fff;}

/* header.css */

#userPanel {max-width: 100%; min-width: 100%; width: 100%; text-align: center; background-color: #6f92b1;}
.userPanelInner {_width: expression(((document.body.clientWidth/screen.width)) < 0.7 ? "760px":"80%"); text-align: left;}

#logo {height: 94px;}

#mainMenu {max-width: 100%; min-width: 100%; width: 100%; text-align: center;}
.mainMenuInner {_width: expression(((document.body.clientWidth/screen.width)) < 0.7 ? "760px":"80%"); text-align: left;}

#search #searchInput {height: 20px !important;}

.mainMenu {height: 0; background-position: left top;}
.mainMenu li {display: inline;}
.mainMenu a {line-height: 1.8; display: inline-block; white-space: nowrap !important;}
.mainMenu img {float: none; margin: -1px 0 !important; padding: 0 !important;}
.mainMenu span {position: static !important; display: inline-block !important; margin: 0 !important; padding: 0 !important;}

.pageMenu span {padding: 0 0 0 2px; display: inline !important;}

/* buttons.css */

.largeButtons a {display: inline-block;}
.largeButtons a span {display: inline-block;}

/* imageViewer.css */

img.imageViewerCurrentImage {
	filter: progid:DXImageTransform.Microsoft.shadow(direction=135, color=#333333, strength=5);
}


But i want that for safari, google chrome, opera, konquer