|
Search:
Advanced search
|
Browse by category:
|
Contact Us |
Background of DCA and the top menu does not go full screen |
|||||
If when viewing DCA the background does not show full screen (and only say 3/4 of the screen) this is a known bug.
You can contact us for the fixes, or you can modify the following youfxdlv Edit the dca_style.css and in the following section (around line 198): #menu { position:absolute; top: 0px; left: 0px; z-index:100; background: url('images/dca_background.gif') no-repeat ; padding: 0px 0px 0px 0px; margin: 0px; } CHANGE TO #menu { width:100%; top: 0px; left: 0px; z-index:100; background: url('images/dca_background.gif') no-repeat ; padding: 0px 0px 0px 0px; margin: 0px; } Be sure to save the file. You need not restart the webserver or mysql. Simply refresh your browser and you should see the changes instantaneously. |
|||||
Powered by
KBPublisher (Knowledge base software)