Project

General

Profile

« Previous | Next » 

Revision 3500

move the navstrip background to the iframe class so that it extends when displaying longer pages (eml docs, say)

View differences:

lib/style/skins/sanparks/leftnav.jsp
5 5
<link rel="stylesheet" type="text/css" href="sanparks.css" />
6 6
</head>
7 7

  
8
<body>
8
<body class="templateleftcolclass">
9 9
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
10 10
	<!-- Left Nav -->
11 11
	<tr class="leftnav" valign="middle">
lib/style/skins/sanparks/sanparks.css
181 181
	width: 175px;
182 182
	margin: 0px auto;
183 183
	text-align: center;
184
	background: transparent url("images/navstrip.jpg") left 0px repeat-y;
184
	/*background: transparent url("images/navstrip.jpg") left 0px repeat-y;*/
185 185
	color: #FFFFFF;
186 186
}
187 187

  
......
378 378
  padding:  0px;
379 379
  margin:   0px;
380 380
  vertical-align: top;
381
  background: transparent url("images/navstrip.jpg") left 0px repeat-y;
381 382
}
382 383

  
383 384

  

Also available in: Unified diff