Welcome Guest, Not a member yet? Register   Sign In
css problems
#4

[eluser]kkoncept[/eluser]
I figured it out and feel pretty stupid because it was a newbie mistake and I am far from a newbie:

the difference is that this:

Code:
<div class="header"><img src="&lt;?php echo base_url();?&gt;images/logo.gif" alt="LOGO" /></div>
        <br />
        <div class="content">Some content here</div>

Should be this:

Code:
<div id="header"><img src="&lt;?php echo base_url();?&gt;images/logo.gif" alt="LOGO" /></div>
        <br />
        <div id="content">Some content here</div>

using "id" instead of "class". So, not a CI issue at all but just an example of me making things more complicated than they really are.


Messages In This Thread
css problems - by El Forum - 09-10-2008, 08:54 PM
css problems - by El Forum - 09-10-2008, 09:08 PM
css problems - by El Forum - 09-10-2008, 09:24 PM
css problems - by El Forum - 09-10-2008, 09:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB