PDA

View Full Version : Are you seeing any problems?


stoogest
Jan-09-2010, 11:04 PM
Hi all,

I thought I had got my site to a pretty reasonable state, however last week someone mentioned that my 'About Me' section had text that was overlapping my photo. I can't see anything wrong with it on my PC (Firefox), but what about you, can you see anything weird going on?

Apparently the person who saw the problem was using a Mac. Would that have anything to do with it, and is there something I can do to fix it?

Any help is appreciated!

http://strikis.smugmug.com/

Andrew.

sathya
Jan-10-2010, 12:06 AM
Hi all,

I thought I had got my site to a pretty reasonable state, however last week someone mentioned that my 'About Me' section had text that was overlapping my photo. I can't see anything wrong with it on my PC (Firefox), but what about you, can you see anything weird going on?

Apparently the person who saw the problem was using a Mac. Would that have anything to do with it, and is there something I can do to fix it?

Any help is appreciated!

http://strikis.smugmug.com/

Andrew.

looks good to me on all IE and FF version on PC ...

leftcoast650
Jan-10-2010, 01:28 AM
I gave it a look on my mac with FF and everything is fine, but with safari the text does overlap your picture. i attached a screen shot to show you.:dunno

stoogest
Jan-10-2010, 01:55 AM
I gave it a look on my mac with FF and everything is fine, but with safari the text does overlap your picture. i attached a screen shot to show you.:dunno

Ah! That rings a bell, I think the guy with the Mac also mentioned Safari. I'm not sure that I'll worry about it then given the small population with that particular combination.

Thankyou so much leftcoast and sathya!

Andrew.

apexonephoto
Jan-10-2010, 03:55 AM
Again a moot point, but with Chrome on the Mac it does the same thing. Firefox looks fine.

stoogest
Jan-10-2010, 11:19 AM
Again a moot point, but with Chrome on the Mac it does the same thing. Firefox looks fine.

Thanks!

Allen
Jan-10-2010, 12:06 PM
Again a moot point, but with Chrome on the Mac it does the same thing. Firefox looks fine.
This CSS rule is what is probably messing it. I have no idea why you're using it.

.journal_entry .caption {
padding:5px;
width: 510px;
display: inline;
float: left;
position:absolute;
font-family:"Arial";
color:#e5e5e5;
}

stoogest
Jan-10-2010, 11:58 PM
This CSS rule is what is probably messing it. I have no idea why you're using it.

.journal_entry .caption {
padding:5px;
width: 510px;
display: inline;
float: left;
position:absolute;
font-family:"Arial";
color:#e5e5e5;
}

Thanks Allen. Much appreciated. I've removed that code now.