|
womble -> RE: im now learning how to do css cosding (9/26/2007 10:41:49)
|
I agree this thread is going nowhere fast, but just a couple more points. Despite your protestations her image DOES repeat. These are two screenshots of her page - one in IE and one in Firefox. The first is in IE - www.ecanus.net/test/of/fairyland_ie.jpg - you'll see I've marked on with a dashed line where the image ends and then starts to repeat again. To the right of that dashed line you should be able to see that that part of the page is exactly the same as the left edge of the page - that's because it repeats. The second is in Firefox - www.ecanus.net/test/of/fairyland_firefox.jpg - and shows why it's important that you test your pages in all commonly used browsers. As you'll see, her page is severely broken in Firefox, most probably due to the fact that it's not using valid HTML code/CSS, which was why Caz said earlier that it really wasn't a good site to be trying to emulate. While IE still has the largest market share, that market share is falling every day and Firefox is used more and more by users, including non-designers. If your sites don't display reasonably in all the commonly used browsers then you're losing yourself a significant chunk of potential visitors. quote:
as far as firefox they have more probs then ie does so i dont use them. That's not true in coding terms. The reason sites appear to display better in IE is that IE is more forgiving of coding errors than other more standards compliant browsers, which isn't a good thing because it encourages people to take shortcuts, and not use proper code - not best practice. If sites are properly coded using validated code, they will more often than not display correctly on all the other browsers (Firefox, Mozilla, Opera etc.) which follow web standards. It's actually IE that's getting it wrong, and IE has a number of bugs (and especially CSS bugs) that don't occur in other browsers. You need to install all of the commonly used browsers for testing on. Which browser you personally use for browsing is up to you, but you owe it to your visitors to make sure they get the same experience whichever browser they choose to use. If you don't want an image to repeat then you need to centralise your image and make it not repeat - depending on the size of your image and the screen size you're designing for, centering the image can be a bit tricky (personally I'd put the background image in a <div> and centralise that, and use the background image on the <div>, not on the <body> element), and you can prevent the image repeating by using repeat: no-repeat in your CSS, and using a fixed width design, but with the range of screen sizes used you'll need to carefully work out the proportions so it displays reasonably on a range of screen sizes. quote:
god says do unto others as u would want them done unto u. Which is why people get annoyed when after they spend time voluntarily trying to help out when they could/should be doing work for paid clients their advice is ignored repeatedly and they are insulted.
|
|
|
|