I’m totally confused. I’ve setup rollovers to swap image which often works fine. However I have no idea how or things know about set to have images display for the reason that size that I’ve already set. Most images are measured to 280×350 and also 350×280. I have read precisely what I can regarding different browser settings however personally i think that I must have to change the settting with the " mainframe" div.
internet. Keiserphotography. com
If you look at the site We are aware that there are plenty of links that are certainly not finished yet.
Thanks for any incite that you might provide.
This took myself a while pinpoint, but I understand what the problem is usually!
The following Line:
< p align=" center" > < img src=" HomepageIMages/bellyshot. jpg" name=" frame1" width=" 350" height=" 280" align=" absmiddle" id=" frame1" /> < /p>
Eliminate the dimensions… such as this:
< p align=" center" > < img src=" HomepageIMages/bellyshot. jpg" name=" frame1" align=" absmiddle" id=" frame1" /> < /p>
UPDATE: I didn’t watch this with FireFox yet, but I suspect you may have some problems.
absmiddle is not necessarily recognized with FireFox Could possibly be other things too.
Examine if someone else inspections this with FireFox.
Furthermore, you’re forcing your own thumb dimensions ( width=" 45" height=" 45" )… but that is
definitely not correct… not your complete thumbs are in which dimension. Take the dimensions beyond there.
In case you are forcing your large photos for being thumbs by resizing these individuals, you need to be able to either
create dedicated thumbs by using a photo editor, or perhaps using PHP GD Collection to resize them
on-the-fly (which is tough one than a inexperienced or novice).
.
Thanks a lot!!
Taking out the dimensions works.