I have create one site in dreamwever? With images , dive command, css etc….. Now when I see in I.e. it is ok but when I see in firefox at that time some text are over write and footer is not align properly or u can say in firefox it is not proper desing… Why It is heaping……?????
As I find them: Remove redundant style property/values. They only reduce clarity. Use lower case for element tokens and for property tokens. Do you have something against using the right semantic tag for content? And why all the inline styles? Especially styles that aren't doing anything, like all the padding: 0; stuff? I have no clue why the footer has the separation from the main body of the page, but the html markup is way too messy to dig through. Clean up the markup. Exchange all those meaningless div tags for semantic elements. You also have used at least one id multiple times. An id may apply to a single element only. I noticed #right_qw used more than once. Validating the html and correcting errors will certainly help get you started. In #green_back, modern browsers honor the height. IE is not a modern browser, ignoring the default {overflow: visible;} and expanding the height instead. Correct the style rules #green_back { BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(images/ba_2.jpg); MARGIN: 0px; WIDTH: 395px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #eef4d8; } Code (markup): You have the same issue in #content. Do #content { width: 702px; } Code (markup): #right_content { float: right; width: 449px; } Code (markup): cheers, gary
Line 22 has "vvv" in the table tag? I'm not even sure where to start to be helpful. The site displays incorrectly in FF and Safari, so I am assuming it's a CSS problem. It isn't valid HTML4 either (See the validator at w3.org). It's also a good idea to start working in FireFox and then check it in IE, since FF, Opera, Safari, etc. tend do have relatively similar displays and IE has the quirks.
And we should help you, why? You haven't yet applied the first steps I gave you, and Gordaen has reiterated, toward a working page. gary
Actually I m working offline at that time when u see my site Now i made all the changes…… Thank you all of You. Great Help I really Salute you all……….
Aha! That makes all the difference. The page looks good to me, and I see no particular problems or differences in Firefox, IE and Opera9's renderings. If there are still issues, you will need to be specific about describing them. cheers, gary