This is a discussion on "Position different between browsers." within the Web Page Design section. This forum, and the thread "Position different between browsers. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Position different between browsers.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Position different between browsers.
http://www.pamafurn.com/pama08/cat08.html
The thumbnail and label is centered in IE, which is where I want it. But in Safari its lower, causing some labels to run lower than I want. If you have both browsers/OS's can you see what I mean, and any advice. Is there a CSS for positioning elements consistently across platforms. I have a lot of thumbnail images that I have to fix. I want to do it right the first time. Thanks. |
|
#2
|
|||
|
|||
|
Re: Position different between browsers.
.thumb {
position:relative; top:100px } This is what I found at W3C..I will try it. |
|
#3
|
||||
|
||||
|
Re: Position different between browsers.
Sorry, Rick, no safari for me
Quote:
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
#4
|
|||
|
|||
|
Re: Position different between browsers.
The way I created the site this style apparently is conflicting with other styles I am using. It throws elements around.
The simple linebreak works for me in this situation. I will setup my styles a bit better next time. I got too hasty with the design. The position:relative did work on one of the elements, but as I applied it to additional thumbnails they started moving around. W3C did not have safari listed as a supported browser for position. Is safari listed anywhere as being supported? As a general rule of thumb, what do most designers design for, IE, or others? What determines that factor? I assume most visitors use IE. My client wants me to design for IE visitors. But i will try to make Safari version look as similar as possible. |
|
#5
|
|||
|
|||
|
Re: Position different between browsers.
In all honesty the best method for a thumb gallery would be an unordered list. then you target the li and li a accordingly and style it up.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Browsers | kela | JavaScript Forum | 4 | Jun 12th, 2008 12:49 |
| goes weird in ie & aol browsers | milly | Starting Out | 2 | Nov 8th, 2007 11:08 |
| Multiple web browsers | AdRock | Webforumz Cafe | 14 | Oct 1st, 2007 13:36 |
| Browsers | chubbs | Web Page Design | 20 | Jun 14th, 2007 18:08 |
| Color in browsers | wireman54301 | Web Page Design | 5 | Nov 25th, 2006 02:08 |