You need to be logged in to view a user's profile.
  1. ksorbo
  2. Help (jevents 1.4 for 1.0.x)
  3. Wednesday, 05 March 2008
I installed jevents 1.4 and have made no changes to any css.

However, I am having problems with the cell borders in the month display.

In Firefox, they completely disappear. In IE (7), they appear as white lines.

Any clue why? What css rule(s) should I edit to correct this?

The site is here:
http://www.sttsati.org/index.php?option ... Itemid=101

I have installed jevents on several other sites and have not encountered this problem before.

Thanks,

Keith
P.S. I really like jevents! Thanks.
Accepted Answer Pending Moderation
0
Votes
Undo
The behavior is created by the collapse rules in jsn_typography.css:

table {
border-collapse: collapse;
border-spacing: 0;
}
  1. more than a month ago
  2. Help (jevents 1.4 for 1.0.x)
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry to dig up an old thread, but this is my issue too.
I have no problem with the thin white lines in internet explorer - that is it's displaying properly on screen - but when I print the month view the (white) lines around each day don't print.
Is there a way to change the lines to a different colour? An option in one of the CSS files maybe? (I couldn't find one)
I'm still using v1.4.2
Thanks,
Hez.
  1. more than a month ago
  2. Help (jevents 1.4 for 1.0.x)
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
At the end of the events_css.css file there is a section for the print media. Here you can place setting only for print.

@media print {
.cal_td_daysoutofmonth {
border: 1px solid black;
}
.cal_td_daysnoevents {
border: 1px solid black;
}

}
  1. more than a month ago
  2. Help (jevents 1.4 for 1.0.x)
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for that Thomas - exactly what I was looking for :)
It looks like you need to add a border for today as well in that quick code you did out for me:
    .cal_td_today {
border: 1px solid black;
}
Unfortunately I only know enough about coding to copy other people's work ;)
  1. more than a month ago
  2. Help (jevents 1.4 for 1.0.x)
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.