fixxxer Posted July 4, 2006 Share Posted July 4, 2006 Hi, on my site ive got a top menu bar built using css. it works fine in firefox but in IE i get a problem when i insert this line at the top of the page<?php session_start(): ?>when this line is there the drop down sections of the menu fail to work. Can anyone explain why this is so ive tried several things. Some one recommended i put it like this<?phpsession_start();?>but this still didn't work, is this a problem that anybody else has encountered.if any one could help id be grateful Quote Link to comment https://forums.phpfreaks.com/topic/13635-php-and-css-in-interet-explorer/ Share on other sites More sharing options...
shocker-z Posted July 4, 2006 Share Posted July 4, 2006 In your menu bar do you have any PHP variables like $name because if you also have a session called $_SESSION['name'] then $name will use that value.. I had this problem with a login script and confused me and alot of other people to hell and back! any values u use in PHP coding in your menu add a 1 at the end and see if that fixes the issue?so $name would become $name1RegardsLiam Quote Link to comment https://forums.phpfreaks.com/topic/13635-php-and-css-in-interet-explorer/#findComment-52881 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.