Log in

View Full Version : New site css help



rougeqc21
09-17-2008, 05:11 PM
So I just launched a basic site for a service I am launching and cannot figure out the CSS problem I am having. The three pages move, I guess the divs within it move. Like my menu does not stay constant and neither do some of the other elements therein. Can anyone point me to the problem within my style sheet or the page layout itself? Or offer to fix it for me. I am sort of lost in it all :(

site located at www.txbikemonkey.com

SpOrTsDuDe-Reese
09-17-2008, 06:50 PM
Can you explain better?

The first step in debugging your code is to validate it (http://validator.w3.org/check?uri=http://www.txbikemonkey.com/&charset=(detect+automatically)&doctype=Inline&group=0)

Moshambi
09-17-2008, 07:27 PM
If you mean how the navigation links are moving up and down between pages I believe your problem is that the fonts are changing style and size.

magicyte
09-17-2008, 10:26 PM
I don't see anything wrong with your page. It works perfectly fine and is totally flawless.

Maybe you should try to debug it, like Ryan said.

-magicyte

bluewalrus
09-18-2008, 02:23 AM
It worked in 2/3 of my browsers (safari firefox) fine. The third being internet explorer 5.2. which showed nothing. Possibly add this which will declare your encoding.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

Other than that i dont know the windows weren't resizing on me in the 2 browsers it worked in. The internet explorer I'm using is an old one i think it was last updated in 2003 cause Microsoft stop supporting internet explorer for macs.

Moshambi
09-18-2008, 01:18 PM
@magicyte and bluewalrus:

I think it looks flawless now because he changed the text sizes to be all uniform...they werent before you checked it and stuff was moving around. But it looks flawless to me now too.