Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > Customizations (Themes / Templates)

Customizations (Themes / Templates) Help with customizing the themes and templates. Post your own custom themes for others to enjoy.

Closed Thread
 
Thread Tools Search this Thread Display Modes

Firefox And Toc
Old 03-25-2006, 11:27 AM   #1
cberks
ChrisBerks
 
cberks is offline
Join Date: Mar 2006
Posts: 30
Default Firefox And Toc

I know it is not an easyPHPcalendar error but I was wondering if anyone in this community has found a waty to display the TOC withing another table which works well in IE but it is a known FIREFOX problem that it can not handle this situation of a table in a table or in a <div> as it resizes in such cases
 

Old 03-27-2006, 06:38 AM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

I've put the TOC within a table several times and never had a problem with Firefox... Do you have a URL that would display this problem?
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

firefox and toc
Old 03-28-2006, 10:44 PM   #3
cberks
ChrisBerks
 
cberks is offline
Join Date: Mar 2006
Posts: 30
Default firefox and toc

please look at www.gmcbennington.info/index.php with IE and Firefox firefox does not give even columns or wrap the title text
 

Old 03-29-2006, 07:20 AM   #4
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

You've deleted the width attribute for the TOC table...
Code:
.mainTableTOC {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	
	table-layout: fixed;
 }
The proper way to do what you intended, is to set it to 100% instead. Like so
Code:
.mainTableTOC {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	width: 100%;
	table-layout: fixed;
 }
And this entry in the FAQ should help you for the wrapping issue... How do I show the complete title when using TOC mode?
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
error on page with pop up in TOC odelein General Support 2 02-28-2006 06:02 PM
TOC mode - IE vs. Firefox webmaster23 General Support 5 10-21-2005 03:39 PM
Automatic sizing calendar TOC cells k_shehadeh General Support 1 08-25-2005 08:41 AM



All times are GMT -4. The time now is 07:18 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |