esoteric Posted November 24, 2011 Share Posted November 24, 2011 Hi, sorry if this is the wrong place. I have made a new menu bar for my site on a separate php page, im loading this page in my template with require_once 'xxx.php'; The page loads but the css doesn't, i can't understand why because i have tried to include the css on the external page with <style> tags and i have also <link rel="stylesheet"..... either way it wont include the css for it.. any ideas? Thank you. Quote Link to comment Share on other sites More sharing options...
Frank P Posted November 25, 2011 Share Posted November 25, 2011 We can't tell without online site or code. Quote Link to comment Share on other sites More sharing options...
ManiacDan Posted November 25, 2011 Share Posted November 25, 2011 Use firebug or chrome inspector to see if the CSS is being loaded and bound properly. Quote Link to comment Share on other sites More sharing options...
Stiver112 Posted November 25, 2011 Share Posted November 25, 2011 I would think that you are using a worng path for the CSS...try making it absolute... Quote Link to comment 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.