|
|
#1 (permalink) |
|
Registered User
Comfy Contributor
Joined in Feb 2006
Lives in Australia
101 posts
Gave thanks: 5
Thanked 3 times
|
Coding Problem - Tables
Hey well i was coding this in dreamweaver and everything looked fine in design view, i uploaded it to my server and it was bad in Internet Explorer but good in Firefox.
Can anyone tell me what to do? I am talking about the big black box under the banner. http://www.jessica-mauboy.net/pre.php Artin |
|
|
|
|
|
#2 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Mar 2007
Lives in Houston Texas
Hosted on cmg sn
13 posts
Gave thanks: 3
Thanked 0 times
|
I only had a few moments to look at it but that is pretty strange. If you want my opinion, for now a quick fix could be to use some javascript (or your choice) to tell it to check for which browser is requesting the page and then if it's IE to not display that box. Sorry for the quick and dirty reply but I have to go now. Hope you figure it out. Eventually you will
![]() |
|
|
|
|
|
#4 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,092 posts
Gave thanks: 48
Thanked 131 times
|
Coding with divs? Ack! Code with CSS and a bit of semantic (x)HTML!
Now what's unclear to me is whether you using the whole WYSIWYG features (using like Insert->Table) or if you were coding the site yourself and just previewing it in Design View. In either case... run the page through the HTML and CSS validators. Fix ALL errors and then check to see how the site looks in both. When I validated the HTML, it came up with 106 errors. Here's the secret checklist of what to do when your site doesn't look the same in IE and Firefox. [1] Does it validate? [2] Are you using a proprietary element/attribute/selector/property? |
|
|
|
|
|
#6 (permalink) | |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
|
Quote:
When debuging tables and divs, change the color of the background to something entirely different (orange) and see what changes. Turn on table borders and give unique borders to divs to see their placement. .
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|
|
|
#9 (permalink) |
|
muffins
Excelling Contributor
Joined in Mar 2006
Lives in Chicago, IL
Hosted on NONE
644 posts
Gave thanks: 26
Thanked 34 times
|
Regardless, there's nothing wrong with using divs, especially when those divs are used for major components, and not used to stylize the content, when that content should be using semantic coding.
http://webdesign.about.com/od/csslayouts/a/aa080106.htm http://webdesign.about.com/od/semant...semanticmk.htm |
|
|
|