Jump to content

Need CSS help


Viridian

Recommended Posts

So I've been working on one of my websites for a while now, rewriting it completely in CSS and html. (I want to get rid of webs, but I want to have the same quality website).

 

Thing is, while things look fine on my end my code does not seem to work for Internet explorer *grumble*. It looks really ugly, honestly!

 

Now I know my CSS is probably really messed up and doesn't look pretty at all to advanced CSS programmers, mind you I'm just a noob. (Really I am)

 

If you'd like to help me, feel free to download my progress so far.

 

So these are the points I'd like to work on:

 


  •  
  • Remove the border from the header image
  • Make sure that navigation and content and header don't cross each other
  • Add a footer (how should I do that?)
  • Reduce my text size (for content) to the same size as we got here on the GoF
  • Make the Navigation box the same length as the Content box

 

I'm open for critique... But even more I'm open for help.

 

Thanks! :laughingsmiley:

Link to comment
Share on other sites

<div id="header"
<span title="Home">
<a href="http://lbtrpg.webs/com/" class="header"><img src="headerlbt.jpg"></img></a><br />
</span>
</div>

 

To remove the border around your header, simply add border="0" to your image tag in your html ;)

 

<div id="header"
<span title="Home">
<a href="http://lbtrpg.webs/com/" class="header"><img src="headerlbt.jpg" border="0"></img></a><br />
</span>
</div>

 

 

Other comments

In general, I prefer when boxes don't stretch when I play with my browser size. Might be something that you want to change. I've no ideas.

I might look at it further this weekend. :)

Link to comment
Share on other sites

Thanks.

 

Someone on another forum told me my CSS sucked and created a new layout (oh how specifically I asked people to be nice <_< ). Soo uhmm I'll start working on that before asking help again :P

 

This topic has been edited by a member of staff (Viridian).

The original topic had been answered.

Please check your user inbox to see if you have been contacted regarding this topic.

Per the reason above, this topic has been LOCKED.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...