|
| |
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
CSS not looking good except in MS - 11/8/2004 9:33:53
I thought I had a nice looking site, I then downloaded firefox and netscape and it looks terrible!!!! Navigation links are on top of each other and the top bar doesn't move.... the borders I had set up for the tables also look cr@p..... what did I do wrong? edit: Apologies.... It's here
< Message edited by CelticDragon -- 11/8/2004 10:01:49 >
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/8/2004 11:26:12
Hey Jaybee... Thanks for the info.... I put in <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> at the top of the homepage and revalidated.... did I put it in the wrong place? EDIT: I have to go in and paste this onto every page I've done, don't I?
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/8/2004 12:18:48
wow.... got that in, validated it and it still has a few issues.... Only thing is the page doesn't look any better... navigation is a bit more spaced out but the header text has a huge padding area around it now.... Any ideas?
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 4:14:15
Hey Jaybee.... thanks for all this help... I can't seem to understand this.... I thought width and height were standard attributes for defining rows and columns in html.... the validator is saying they are not..... what's going on here? I've changed them to px values instead of % and it's still not working.... Took out all the border-right-widths and the w3c validator says it's still there..... EDIT: Ok, just figured out the CSS seems to be without problem! It's the HTML code where the border-right-widths needs to be changed.... menue still looks terrible! The header in MS seems to be out of whack....
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 7:45:34
so should I have a different td.title for every table I want and have the size, borders and the like declared there and simply delete everything in the code except: <td class="class1"> and be done with it? It really begs the question, if I'm doing this much in the code, why would i keep using FrontPage? It may sound like a childish question but would I be using it just for html and preview? If I change things and then go into normal mode it seems to put back in the stuff for the <td stuff>.... Should i start looking at dreamweaver?
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 7:55:47
any idea whats happening with my navigation buttons? i uploaded another site I've been messing with too and the buttons don't seem to have the uniform height there either..... that's here EDIT: Also, when I look at the original site this one... in IE there is this white space beneath the header table row.... breaks up the line of the design... also the title appears in this white bit a little but in FF / NS the image looks great but the text is up higher..... this is getting really confusing and frustrating!
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
Giomanach
Posts: 6090 Joined: 11/19/2003 From: England Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 8:02:10
Try applying the style to the <td> tag instead, and alter the CSS to: .button a:link{
border:3px double #FFFFFF; width: 130px;
text-decoration: none;
background-color: #9999CC;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: center;
vertical-align: middle;
padding: 6px;
margin-left: 2px
}
.button a:visited{
border:3px double #FFFFFF; width: 130px;
text-decoration: none;
background-color: #9999CC;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: center;
vertical-align: middle;
padding: 6px;
margin-left: 2px
}
.button a:hover{
border:3px double #FFFFFF; width: 130px;
text-decoration: none;
background-color: #000099;
color: #FFFFFF;
font-size:12px;
font-weight:bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: center;
vertical-align: middle;
padding: 6px;
margin-left: 2px
}
_____________________________
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 8:07:10
Not looking at that one yet.... Was more interested inthe first one... I have the cell as navback which has the image in the background, how would I get around that one and still have the background? EDIT: S'Ok.... I just realised I can have a .button declaration and a .button a.link whatever declaration too! yay!
< Message edited by CelticDragon -- 11/9/2004 8:13:11 >
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 8:13:48
block? That's a new one on me.... what's it do?
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 8:22:52
that block bit put more white space between my cells.... I took it out and the background looks ok now, but the links still sit on top of each other.... I don't get it, I have a <br> between each one, I though that should make them appear one under the other
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 8:31:26
EDIT: I put it into the link code itself and it worked but there's a huge space between each link now.... can I tighten that up a bit?
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 8:46:44
do you use the includes or do you hand put all the internal links on every page? As you might imagine by the time I'm finished with the site there will be an absolute abundance of internal links on the site.... EDIT: Another thing I just noticed.... on the page that I have included a doctype the text in the header doesn't show up right but shows up perfectly in the other pages with no doctype.... there are other slight positioning changes in the pages without a doctype too.... Why do you think this is? Also, in FF / NS the visited link doesn't seem to be working by changing the colour of the button...
< Message edited by CelticDragon -- 11/9/2004 8:52:28 >
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 9:25:54
quote:
do you use the includes or do you hand put all the internal links on every page? You could use includes. This way if you have to change something, you only have to change one file, instead of hundreds. I think two great time savors for web design are includes and css. Makes changing things so much easier.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
CelticDragon
Posts: 227 Joined: 11/14/2003 From: Dublin, Ireland Status: offline
|
RE: CSS not looking good except in MS - 11/9/2004 12:46:55
But it looks better in the browsers without the doctype....
_____________________________
I Lost My Stuff - If you lost it, someone found it!
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|