|
|
#1 (permalink) |
|
Registered User
On a golden path...
Joined in May 2004
332 posts
Gave thanks: 0
Thanked 0 times
|
Help
Okay, so i am starting my first entire site based on CSS.
www.rosedaleirish.com/testing.htm www.rosedaleirish.com/style_sheet_5.css I had it working how i wanted it (in firefox) and now it displays all funky. My XHTML is valid, as I spent time validating it. I am baffled at the CSS validator though, but thats another story. Any idea what is up with my mouseover menu. (Try looking at it in IE in which it looks better) What I want is the content pane to be height=100% and same with the navigational pane. Any ideas?
__________________
www.anything4free.com (Not my site but if you want free stuff (ipods, flatscreens etc) go there.) |
|
|
|
|
|
#2 (permalink) |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,387 posts
Gave thanks: 28
Thanked 94 times
|
That is wierd.
What I suggest is that you make a container div. Then you can 'float' boxes within it. John
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! |
|
|
|
|
|
#3 (permalink) | |
|
Registered User
On a golden path...
Joined in May 2004
332 posts
Gave thanks: 0
Thanked 0 times
|
Quote:
Code:
#header h1 {
font-size: 2em;
text-decoration: none;
font-family: Impact, sans-serif;}
#header h2{
font-size: 1em;
text-decoration: none;
font-family: Arial, Times, "Times New Roman", serif;}
}
It's supposed to be the h1,h2 css properties for the header. I don' tknow why it screws up.
__________________
www.anything4free.com (Not my site but if you want free stuff (ipods, flatscreens etc) go there.) |
|
|
|
|
|
|
#4 (permalink) |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,387 posts
Gave thanks: 28
Thanked 94 times
|
Why do you have a double }?
Code:
#header h2{
font-size: 1em;
text-decoration: none;
font-family: Arial, Times, "Times New Roman", serif;}
}
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! |
|
|
|
|
|
#6 (permalink) | |
|
Registered User
On a golden path...
Joined in May 2004
332 posts
Gave thanks: 0
Thanked 0 times
|
Quote:
__________________
www.anything4free.com (Not my site but if you want free stuff (ipods, flatscreens etc) go there.) |
|
|
|
|
|
|
#7 (permalink) | |
|
Registered User
On a golden path...
Joined in May 2004
332 posts
Gave thanks: 0
Thanked 0 times
|
Quote:
![]()
__________________
www.anything4free.com (Not my site but if you want free stuff (ipods, flatscreens etc) go there.) |
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|