Adsense
Popular Posts
- jQuery autocomplete scroll bar for dropdown menu
- JavaScript Arrays and Associate Arrays
- mod_auth_cas.so error: undefined symbol: SSL_connect
- Design date and signature box in Latex
- Install APXS in Redhat Linux
- JavaScript, remove trailing insignificant zeros after toFixed function
- jQuery, toggle the display
- Difference between state and props in React
- Set Windows path command line
- super(props) in React
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