Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <table class="calendar_dayview_tableformatting">
  2. ..
  3. <tr>
  4. <td class="calendar_dayview_cell">
  5. a href="#" class="calendar_dayview_dayformatting">09</a>
  6. <div class="preference">
  7. <div class="preference_appointment"></div>
  8. </div>
  9. </td>
  10. </tr>
  11. </table>
  12.  
  13. .preference {height: 60px; min-width:445px ; border: 1px solid #ffc61e; background-color: #ffc61e; margin-top: -1.4em; margin-left:2.5em; position:relative;}
  14.  
  15. .preference_appointment {height: 180px; min-width:445px ; border: 1px solid black; background-color: #f9eaad; position:absolute; margin-top:-1px;z-index:1;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement