Log in

View Full Version : Pcs don't like my divs?



lostrangeles
06-02-2009, 12:51 AM
Apologies for my crude code. I'm attempting to learn css on the fly.

My design is looking right on Macs (Firefox, Safari) but the image gallery I've cobbled together is all wrong on pretty much any browser on a PC. Any ideas?

example: http://reactors.ie/reactors-new/male_actors.html

(and also - the menu keeps shifting down about 125px more than it should on IE 6.0, any thought there would be equally appreciated!!)

many, many thanks. I'm at a roadblock.

charlie

C55inator
06-23-2009, 11:29 PM
Have you tried looking at it with Safari 4 on a PC?
Also, what version's are you using? If your Mac. has FF 3 and your windoze box has FF 1.5, that could be the difference.

C55inator
06-23-2009, 11:30 PM
If you get desperate, Dynamic drive has code to use a different stylesheet based on the OS, so you could try that.

MrGimp
06-24-2009, 02:56 AM
I just visited CSS Zen Garden (http://www.csszengarden.com) for the first time. That really makes me think CSS stylesheets are the way to go. Simple is best when it can be made to work.

C55inator
06-25-2009, 05:34 PM
Yeah. What annoys me, though, is that though style has been simplified, forms are still attribute based and very cryptic.