I am having a weird issue with CSS. |
[eluser]codelogic[/eluser]
Hi all, I am having a very weird issue with CSS, and I am wondering if it has to do with Codeigniter. I have created a navigation bar in my header, and my code is only updating on certain browsers. This is header.php. It calls stylesheet style.css. Code: <head> Essentially, this is where I am having weird problems in my style.css: Code: header { background: #404040 url("../images/bg.png") 0 0 repeat; These are displaying fine on Chrome. However, when I use another browser, say Firefox, it changes the padding-top to 65px, and the link to ("../img/bg.png"). Anyone have any idea why it is changing these links? It also changes another image link later in the code as well. Ultimately, here is what my navigation should look like: http://demo.webinterfacelab.com/3-tabbed-navigation/ It removes the background image, changes the padding, and changes removes the icon on other browsers (it simply is not updating to the correct code on other browsers. I know this because when I inspect the elements through Chrome I can look at the CSS). Any ideas? Thanks! |
Messages In This Thread |
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 09:57 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:03 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:13 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:20 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:23 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:32 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:40 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:52 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:53 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:54 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:56 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 10:59 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 11:00 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 11:02 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 11:11 PM
I am having a weird issue with CSS. - by El Forum - 05-29-2012, 11:13 PM
I am having a weird issue with CSS. - by El Forum - 05-30-2012, 12:13 AM
I am having a weird issue with CSS. - by El Forum - 05-30-2012, 12:22 AM
I am having a weird issue with CSS. - by El Forum - 05-30-2012, 01:04 AM
|