Jump to content

CSS Troubles

- - - - -

  • Please log in to reply
2 replies to this topic

#1
hetra

hetra

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 298 posts
  • Location:Australia
  • Programming Language:C, C++, PHP, Python, Delphi/Object Pascal, Assembly
  • Learning:Python, Assembly
Hello all,

My website, Brezerd.net Home is a large project of mine I work on it daily. However, while attempting to make the UI more modular, I have butchered the code.:worry:

So, I'm requesting some help on my CSS.

I have made a div for the logo and menu, and wish to align them to the center. However, the menus aren't rendering properly, and aren't positioned correctly. While my knowledge of HTML, CSS and PH is good, my knowledge of CSS isn't great. for all code goto:

The template file
The CSS stylesheet

I'm not spamming by this, this is a genuine problem (I've encountered spamming accusations while asking other questions on different forums).

Any help would be greatly appreciated by me (I mean GREATLY).

Thank you.

Edited by Hunter100, 18 March 2011 - 12:26 AM.
Typo in the URL causing link to display a 404.

Jack
Creator, Owner, Webmaster
Brezerd.net

#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
You left your meta tag "keywords" open, which makes your first stylesheet not even open.

Second, since your div "masthead" is 100% in width, you can simply add an attribute in the CSS:
text-align: center;

You should try putting a "wrapper" around all your content.

#wrapper {
    width:850px;
    margin: 0 auto;
}


#3
hetra

hetra

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 298 posts
  • Location:Australia
  • Programming Language:C, C++, PHP, Python, Delphi/Object Pascal, Assembly
  • Learning:Python, Assembly
Thanks.

Like I said, my knowledge of CSS isn't very good.

Also, to add to that, since I removed some segments of code, I must of left out some closing tags, etc.

Thanks again...
Jack
Creator, Owner, Webmaster
Brezerd.net




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users