Adsense
Popular Posts
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Unix Utils and wget in Windows
- Setup vi syntax for PHP
- increase mysql query speed
- EXCEL return to the next line in the same cell
- git svn conversion
Tuesday, February 25, 2014
Drop-down menu is blocked by bottom line
Drop-down menu is blocked by bottom line in Canhealth
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_css\cesei.css, line 93 change
#left-rail { width: 200px; padding-top: 5px; padding-bottom: 115px; }
to
#left-rail { width: 200px; padding-top: 5px; padding-bottom: 225px; }
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_css\cesei_template.css
and C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_css\cesei_default.css
line 90 change
#left-rail { width: 200px; padding-top: 5px; }
to
#left-rail { width: 200px; padding-top: 5px; padding-bottom: 225px; }
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment