After migration, a number of files that might potentially need customization will have names with the following format: filename_version_bak. This has been done so you don't lose your customizations due to migration.
Customized projects may require manual intervention. See WebFacing support for multiple browsers for further details.
Certain display files in projects created before V7.5.0 might need reconversion after migration to display in Firefox browser, such as DSPF fields using .CURRENTVALUE or .REF replacement values in their Web settings. It is recommended that a re-conversion be performed on the migrated WebFacing project. To convert a single resource, locate and select the DDS or UIM Help file in the WebFacing Projects view. To convert the entire project, locate and select the project in the WebFacing Projects view. Right click and select Convert.
.launchbutton { border-color:black; border-width:1px; text-align:right; }
.wf_layer { background-image:expression(document.body.currentStyle.backgroundImage); background-color:expression(document.body.currentStyle.backgroundColor); background-repeat:expression(document.body.currentStyle.backgroundRepeat); background-attachment: expression(document.body.currentStyle.backgroundAttachment); background-color: #E3C993; }
SPAN.wf_field { width: 100%; border-style: none; display: inline-block; //for all browsers display: -moz-inline-block; //for Firefox 2} .scrollbarUpArrow { background-color: transparent; background-image: url("UpArrow.gif"); background-position: bottom; background-repeat: no-repeat; width: 16px; height: 16px; } .scrollbarDownArrow { background-color: transparent; background-image: url("DownArrow.gif"); background-position: top; background-repeat: no-repeat; width: 16px; height: 16px; } .scrollbarSlider { background-color: #73a2bd; background-image: url("CurrentSegment.gif"); background-repeat: repeat-y; } .scrollbarBackground { background-color: transparent; background-image: url("segment.gif"); width: 16px; height: 100%; background-repeat: repeat-y; }
<html <wf:lang text="lang="/> style="height:100%"> <head> ... </head> <body style="height:100%"> ...