WebSphere Portal Server - Re: How to access image components from a style sheet component

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > April 2007 > Re: How to access image components from a style sheet component





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: How to access image components from a style sheet component

2007-04-27, 7:19 am

Load the css images in File Resource Components and put the css request to the image in the Html code like this (you can put the others styles in a css file):

<head>
...
<link rel="stylesheet" href="<Component name="Web Content/cssstyle.css"/>" type="text/css"/>

<style type="text/css">
<!--
menu {
background-image: url(<Component name="Web Content/menu.gif"/> );
}
...

-->
</style>
</head>
<body>
...
</body>
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com