| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| SQLdumpster.com Join Date: Jun 2005 Location: West Sussex, UK
Posts: 573
![]() ![]() | Internet Explorer problem Hey, I have two big problems with my new site: Firstly; The top right corner is refusing to align to the right in Internet Explorer. Though it is working fine in FireFox. Secondly; When the user signs in, and changes page, the session data is immediately lost. I've added session_start(); to the very top of the head file and the very top of every page file so I am clueless. The PHP is copied from my other site where it works fine. http://www.dark-fx.com/static Thanks for any help in advance.
__________________ Encenta - Amazon Associates CMS |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Nov 2005 Location: EU
Posts: 248
![]() | Try this. I only changed the second and third <td width ..> HTML Code: <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="26" align="left" valign="top"> <img src="images/lcorner.GIF" alt=" " width="26" height="22" /> </td> <td width="100%" align="left" valign="top"> <img src="images/logo.png" alt="Dark-FX" /> </td> <td width="26" align="right" valign="top"> <img src="images/rcorner.GIF" alt="corner" width="26" height="22" /> </td> </tr> </table> |
| |
| | THREAD STARTER #3 (permalink) |
| SQLdumpster.com Join Date: Jun 2005 Location: West Sussex, UK
Posts: 573
![]() ![]() | You are a genius, thanks very much! As for the session problem, I don't have a clue. This is getting me very confused and I am very tired. I'd appreciate it if somebody could take a look at it for me. PHP Code: Thanks a lot..
__________________ Encenta - Amazon Associates CMS
Last edited by Encenta.com; 12-14-2005 at 04:04 PM.
|
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Internet Explorer 7 | yoink78 | The Break Room | 3 | 11-05-2005 11:37 AM |
| Stop Animated .Gifs in Internet Explorer | Mp)Tarh | Web Design Discussion | 4 | 09-02-2003 08:45 PM |