View Full Version : $10 for someone to tell me what my coding problem is
Nima
Feb 2nd 2008, 4:32 pm
Look at this page: Hookah (http://www.hookahlounge.net/)
It works fine on Firefox, but not on IE (the header)
Tell me what the problem is and I will transfer $10 on paypal.
Thanks
Nima
guppyman
Feb 2nd 2008, 4:49 pm
Did you set a fixed table width that is within standard screen resolution size. such as 1024, 800 etc
I think you should set the total table width to be within 1024.
You may have to resize and then reslice the graphics.
Looks alright to me, what is it that's the problem?
Nima
Feb 2nd 2008, 5:08 pm
Looks alright to me, what is it that's the problem?
Did you look at it in IE?
The header graphics are sort of sliced
Ali Razaqpur
Feb 2nd 2008, 5:23 pm
It has to do with your row and col span in your tables
try looking over that
Send me any page and the css and I will fix it
Through PM
shallowink
Feb 2nd 2008, 5:28 pm
Add this to your CSS file for TABLE : border-collapse: collapse; . Be sure to put a ; after the font declarations though else it'll screw it up.
Should look like this:
TABLE {
FONT-SIZE: 13px; FONT-FAMILY: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-collapse: collapse;
}
Then you will have to fix the bottom section.
deathshadow
Feb 2nd 2008, 5:35 pm
Your coding problem? I think you meant plural. Content inside master table that shouldn't be even on a table based layout, multiple tables on a page that by all indications shouldn't have more than ONE, dated deprecated tags, absolute links for no reason, improper use of header tags, lack of header tags for obvious headers, presentational markup, nonsensical classnames, unneeded classes, 81 validation errors, etc, etc, etc.
My advice, chuck it and start over with SEMANTIC markup, separation of presentation from content, in a valid STRICT doctype.
Folagi
Feb 2nd 2008, 5:45 pm
Check this out, It will fix the problems automatically for you.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.hookahlounge.net%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
Ali Razaqpur
Feb 2nd 2008, 5:47 pm
Damn thats a whole lot of errors
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.