PDA

View Full Version : Alignment Problem in navtable


joedutch
04-09-2004, 05:31 PM
I set up the calendar just fine, everything works great except for this pesky alignment problem. On the bottom of the calendar(The white area underneath the calendar with the navigation arrows), the navigation is misaligned and I can't seem to fix the problem, either in the CSS or in the PHP. Also the dates inside the calendar seem to have left justified themselves... dunno how that happened.

Whats weird is that the demo works absolutely fine, it's only when I embed the php into my site that the alignment screws up. <_<
http://id-ny.com/DEV/rex/index.php

and here's the demo
http://id-ny.com/DEV/rex/escal/demo.php

I'd appreciate any advice u can give.

Brian
04-09-2004, 05:39 PM
Somewhere, something on your page is telling everything to align to the left and it's overriding the css of the calendar script.

I'll take a closer look at this...

joedutch
04-09-2004, 05:43 PM
I feel like a mongoloid.... i had CSS for TD's in my HTML, align-left... took it out, solved the problem. Thanks for looking though. Works like a charm now. :D

Brian
04-09-2004, 07:06 PM
Great! :D