[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-551) Using images in CSS and visual page editor

Sergey Vasilyev (JIRA) jira-events at lists.jboss.org
Fri Sep 28 08:37:41 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-551?page=all ]

Sergey Vasilyev resolved JBIDE-551.
-----------------------------------

    Resolution: Done

Duplicate bug JBIDE-897. Fixed.

> Using images in CSS and visual page editor
> ------------------------------------------
>
>                 Key: JBIDE-551
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-551
>             Project: JBoss Tools
>          Issue Type: Bug
>    Affects Versions: ExadelStudioPro4
>         Environment: Unknown (User report)
>            Reporter: Aliaksey Nis
>         Assigned To: Sergey Vasilyev
>
> A XHTML page in JSF project. The directory structure is: 
> Web Content/ 
> codelibrary/css/style.css 
> images/myimg.jpg 
> myXHTMLpage.xhtml 
> The link in my page to the CSS is: 
> <link href="codelibrary/css/style.css" rel="stylesheet" type="text/css" /> 
> There is a class attribute in a <td> element in the page as follows: 
> <td align="center" valign="top" class="leftbg1">...</td> 
> The "leftbg" class is defined in style.css as follows: 
> .leftbg1 
> { 
> background-image:url(../../myimg.jpg); 
> background-repeat: no-repeat; 
> background-position: bottom;} 
> All other CSS references are working fine and are reflected in visual designer; however, the image specified in "background-image:url(../../myimg.jpg);" does not display. The designer does not seem to be resolving the image URL specified in the CSS. I've tried several settings in "Page Design Options", but none seem to work so I currently have no options specified. I've also tried several modifications to the path in CSS "url()" with no luck. 
> Original Exadel forum message "http://forum.exadel.com/viewtopic.php?t=5897".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list