| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
ie must die
|
IE problem
i have a website im creating and i have a problem on one of the pages. i add a padding to the right side of the image so the text wont be close to the image. it works good in firefox, but in IE it sucks! IE always has to mess it up...heres a a link to see the code: John T. Droesch, MD : Contact Us and its the image of the map...let me know of any solutions p.s. - to all css developers I KNOW its tables, im working on the css thing...im learning |
|
|
|
|
|
#2 (permalink) |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,146
|
I haven't looked at the code (I have to run a virtual-machine to use IE6, and I'm lazy), but you should be adding margin to the right side of your image if you want to push something away from it, not padding. |
|
|
|
#4 (permalink) | |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,146
|
Quote:
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Jan 2008
Posts: 26
|
Also you should always include this CSS * { margin: 0; padding: 0; } Margin and padding are slightly different in each browser. I do recommend to study some CSS. It's not that hard! Here is a good start! w3schools.com/css |
|
|
|
#7 (permalink) | |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
Quote:
|
|
|
|
|
#8 (permalink) | |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,146
|
Quote:
|
|
|
|
|
#9 (permalink) | |
|
ie must die
|
Quote:
i know css, i just need to learn more on positioning and setting it to look like i want it. relatively tables are really easy for me cause i slice them in photoshop then just import to dreamweaver |
|
|
|
|
#12 (permalink) | |
|
Registered User
Join Date: Jan 2008
Posts: 26
|
Quote:
I certainly agree, but if you don't use any forms it's a quick and dirty way to get it right... |
|
|
|
|
#13 (permalink) | |
|
Registered User
Join Date: Jan 2008
Posts: 26
|
Quote:
I had a very quick look at it... The design looks ok to me... I think it represents the subject. I do have the feeling it misses a bit content and more pics? On web usability a few quick remarks though... Droesch/practice.html - Gives me (Firefox on mac) a scrollbar on the right which is very confusing for users. So try to get rid off it You should always give another color to a visited link so the users know they already visited it... and give the amount of mb between brackets of a downloadable pdf (e.g. PDF - 5MB). You even should always underline a link, but that can be very ugly and devistating to a design, so underlining on rollover is just fine (like you did) I also think you should add a sitemap... it gives a nice overview of your site when people are stuck or don't find what they are looking and search engine spiders love it! Hope this can help you a bit.... cheers J |
|
|
|
|
#14 (permalink) | ||
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
The design's alright enough, I guess. Problems that jump out at me:
Quote:
Quote:
Code:
|
||
|
|
|
#16 (permalink) | ||
|
Registered User
Join Date: Jan 2008
Posts: 26
|
Quote:
Quote:
I also think that this topic is covered now... |
||
|
|
|
#17 (permalink) |
|
maker of graphics + stuff
Join Date: Dec 2007
Location: Brisbane, Australia
Posts: 200
|
its one of the biggest problems for web developers tryin to get css layouts to work right in all browsers. i have found ie7 and firefox synche up lately. ie6 and firefox can be a nightmare but depending on what you doin firefox has caused me all sorts of problems particualry with the elusive sticky footer issue. try checkin out css sites and learnig what they do. css Zen Garden: The Beauty in CSS Design is a good one |
|
![]() |