Anyone who can give me hint ?
layout problem [SOLVED]
layout problem [SOLVED]
I have this page online but I can not figure out what I am doing wrong to screw it up in FF and not in IE. I have been behind the PC too long and things are jumping a little
Anyone who can give me hint ?
Anyone who can give me hint ?
Last edited by rodeto on Wed Oct 03, 2007 7:14 am, edited 1 time in total.
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
Re: layout problem
This could be tricky. Have tried validating this as there seems to be some errors. IE might slip many through but Firefox could be not so forgiving.
-
stopsatgreen
- Power Poster

- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Re: layout problem
I think the fact that you have 297 validation errors might have something to do with it:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.vienalis.nl%2Ftest%2F
I don't wish to be mean, but that's some bad HTML; do you use a WYSIWYG editor? If so, you need to get a better one. If not, you need to study a bit more.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.vienalis.nl%2Ftest%2F
I don't wish to be mean, but that's some bad HTML; do you use a WYSIWYG editor? If so, you need to get a better one. If not, you need to study a bit more.
Re: layout problem
Yes, I know about the bad html. It's mostly because the programmer was not that accurate about it and because of a very very tight timeframe I did not have the time to correct it all.
But since I couldnt find it for now, I guess the only thing is starting back from scratch I guess. Long night ahead.... Thing has to go live tomorrow.
But since I couldnt find it for now, I guess the only thing is starting back from scratch I guess. Long night ahead.... Thing has to go live tomorrow.
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
-
stopsatgreen
- Power Poster

- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Re: layout problem
I think you need to look for either one too many or one too few; I did have a quick look through your code, but I couldn't see it immediately.
Re: layout problem
This will do it, in Firefox at least...
You don't need to use tables to lay it out...
#maintest{float:left}
sorry i just don't believe in table based layouts, i refuse to use them, will just convert them if given to me to work on, or i would have told you sooner...
You don't need to use tables to lay it out...
#maintest{float:left}
sorry i just don't believe in table based layouts, i refuse to use them, will just convert them if given to me to work on, or i would have told you sooner...
Re: layout problem
OK, thanks for the help. I got it all working now.
I know about the errors in the page as it is right now. We'll get back to that page later.
I know about the errors in the page as it is right now. We'll get back to that page later.
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
Re: layout problem [SOLVED]
Ooopps.. sorry...
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.

