Hi everyone, I don't post here much but i have a pretty big problem.
I recently finished a website for a friend. The front-page is somewhat blog/forum styled, and I'm using a tabular layout. The titlebar has a background that has a height of 29px, and I set the height of that cell and every other cell in that row to height="29".
The problem is that it works just like it should in Internet Explorer, but in firefox, it seems to ignore the height specifications and the background ends up tiling 3 times.
You can find the site here:
http://www.c-41productions.com/
Also you can find screenshots of Internet Explorer and Firefox versions here:
http://www.c-41productions.com/Henry/Layout/Firefox.jpg
http://www.c-41productions.com/Henry/Layout/IE.jpg
Any help will be greatly appreciated!
HTML - Firefox compatibility problems
Moderator: General Moderators
-
Yonderknight
- Forum Commoner
- Posts: 31
- Joined: Sun Jun 13, 2004 6:51 pm
I got a bit nauseous looking at that code, but here's the solution anyway:
The <p class="TEXTbloghead"> was pushing things up and down. You might also declare the line-height.
Code: Select all
.TEXTbloghead{
font-family:Arial;
color:white;
font-size:25px;
margin:0;
}-
Yonderknight
- Forum Commoner
- Posts: 31
- Joined: Sun Jun 13, 2004 6:51 pm
-
Yonderknight
- Forum Commoner
- Posts: 31
- Joined: Sun Jun 13, 2004 6:51 pm
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA