Quick Fixes
We have noticed that some quick fixes may be beneficial to your v1.0.0 installation. These will be included in the next release but can be added quickly through simple editing.All of the following can be completed by accessing your [DotNetNuke]/Portals/_default/Skins/Ca-Portal/skin.css file.
Quick Fix #1
Symptom: While editing, the left hand column's drop options seem to either vanish or flow to the bottom of the container.
Fix: (Line 511) position:relative; should be commented --> /* position:relative */
Also ...
(Line 571) position:relative; should be commented --> /* position:relative */
Quick Fix #2
Symptom: While editing, the titles in the drop options under IE6/IE7 are only half visible.
Fix: (Line 707) line-height:1px; should be commented --> /* line-height:1px; */
Previous page: v1.0 Skin Configuration
Next page: Customer References
