<div id="header-wrap">
<div id="header-wrapper">
<span class="header"></span>
<div id="wrap-1"></div>
<span class="nav-text">I want this text in the green :[</span>
</body>
</html>
Put this code into a HTML file, and have a look.
I want this;
Code:
<span class="nav-text">I want this text in the green :[</span>
In the green zone (see in the HTML file).
thanks,
zokoli.
22-07-2009, 04:13 PM
Jamesy
One thing is that you have missed out a lot of ";" on your CSS code.
<div id="header-wrap">
<div id="header-wrapper">
<span class="header"></span>
<div id="wrap-1">
</div>
</div>
<span class="nav-text">I want this text in the green :[</span>
</div>
</body>
</html>
seems to place it in the green, unsure if that's what you are after.
22-07-2009, 04:19 PM
Colin-Roberts
jamesy beat me to it :S i guess i shouldnt of left it on post advance for so long..
<div id="header-wrap">
<div id="header-wrapper">
<span class="header"></span>
<div id="wrap-1"></div>
<div class="navtext">I want this text in the green :[</div>
</body>
</html>
22-07-2009, 04:25 PM
Zokoli
+rep to both.
Also, if it is possible could you show me what you did to change it?
22-07-2009, 04:32 PM
Jamesy
You had missed out several closing </div> tags. We just added those in, fixed the closing ;'s in the css and placed the <span>'s below the other divs while still remaining the in green one.
22-07-2009, 04:40 PM
Zokoli
Quote:
Originally Posted by Jamesy
You had missed out several closing </div> tags. We just added those in, fixed the closing ;'s in the css and placed the <span>'s below the other divs while still remaining the in green one.
Thank you James, I would +rep again if I could.
Edit;
Just tested the code, it gives another green bar at the top of the layout?
It's suppose to be the light blue at the top...
Test your self! :P
22-07-2009, 04:56 PM
Fehm
Quote:
Originally Posted by Zokoli
Thank you James, I would +rep again if I could.
Edit;
Just tested the code, it gives another green bar at the top of the layout?
It's suppose to be the light blue at the top...
Test your self! :P
ensure the hex code for the green bar color is the correct one ;)