05-29-2012, 10:56 PM
[eluser]InsiteFX[/eluser]
Try leaving the base_url blank '' CodeIgniter will try to figure it out for you.
You can also try this:
If the css is working in the other browsers but messing up then it is a browser problem,
some browser you neeed to make adjustments on the css for it work on all.
Like with IE you usally end up create a special css file just for it!
Try leaving the base_url blank '' CodeIgniter will try to figure it out for you.
You can also try this:
Code:
<link rel="stylesheet" href="<?php echo base_url('css/style.css'); ?>">
If the css is working in the other browsers but messing up then it is a browser problem,
some browser you neeed to make adjustments on the css for it work on all.
Like with IE you usally end up create a special css file just for it!