This topic is locked

Calendar Issue

10/20/2008 6:33:12 AM
Calendar Template general questions
G
gregharp author

I got the Calendar up and loaded, But when i go to view the tabs their is no text in the tabs. But when i put the mouse in the they show up. But they work fine when you click User or Globals. here is a link if you would like to take a look...
http://www.gregharper.com/calendar/calmonthly_list.php

J
Jane 10/23/2008

Hi,
thank you for pointing me to this bug.

We'll fix it in the next update.

K
kenlyle 10/25/2008

I noticed this one too, today. It looks like maybe one of the CSS classes is missing. Is there any prediction of when the fix will be available, and maybe something we can do in the meantime?
Actually, I had some computer trouble earlier, and wasn't sure that this edit took, but it looks like if you add the missing CSS classes from oldinclude/style.css to /include/style.css:
.td_border_menu

{

border-top: 1px solid white;

border-left: 1px solid white;

}

.td_border_menu2

{

border-top: 1px solid white;

border-left: 1px solid white;

background-color: #9BB7D4;

}

.td_border_menu_gif

{

background: url(img/but_middle_1.gif) repeat left bottom;

}

.td_border_menu2_gif

{

background: url(img/but_middle_2.gif) repeat left bottom;

}
You can just stick them at the end...there are some other diffs, if you compare the two files.
Your Calendar should come out beautiful. Good Luck!
Thanks,

Ken

G
gregharp author 10/28/2008

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=34466&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> Thank You so much, that works just fine