![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||||||
| ||||||||
|
|
zeeeej wrote: |
|
It looks the same to me in Firefox and Opera. |
|
I would start here if I were you: http://validator.w3.org/check?verbos...2Ftag.dreamhos... "Sorry! This document can not be checked." "Failed validation" If you would set your font size to 100%, instead of body { font-size: 10px; ..you could get rid of the rest of the style sheets (A+, A++) etc, and it would display in everyone's chosen size.http://k75s.home.att.net/fontsize.html I'll take a look at the problem with utf-8 and font sizes next. |
|
Why so much JavaScript? Not really sure. Mostly (on my part) for the rollover buttons in the |
|
It won't fit in my browser window. It wants to install plugins. I think there are some script links broken at the moment. |
|
You have CSS in the <body>. Can you point out what it is and how to best fix it? |
|
Use one image, save a ton of download time... Do you mean in the header? How can I do that and get the rollover |
|
-- -bts -Motorcycles defy gravity; cars just suck |
#3
| |||
| |||
|
|
Hi, I have a couple of images in my page header that I want to sit directly on top of each other. However, I'm getting a small gap between them when I view the page in Firefox and Safari. It looks OK in IE7 and Opera. You can see the problem at: http://tag.dreamhosters.com/public_h...bb3/portal.php I created the header and rollover buttons in Adobe ImageReady. As you probably know, ImageReady breaks the original image into smaller pieces and then generates simple HTML to put them all back together. This simple HTML looks fine - it's when I stick them into this site that the problem happens. I'm sure it's some inherited problem from a style somewhere, but I can't figure out what it is. I'm pretty new to web design, so sorry in advance for any stupid questions. And thanks in advance for you help. |
#4
| |||
| |||
|
|
What's the point though, why not just use one big image? Is the idea that over a slow connection you will see the image appear in slices? |
#5
| |||
| |||
|
|
In article <slrnfb9qip.5jj.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: What's the point though, why not just use one big image? Is the idea that over a slow connection you will see the image appear in slices? As I understand it, slicing was partly touted as a way of reducing file sizes because some parts can be more compressed than other parts without unduly compromising the overall look. It can also be a deliberate strategy to make a pic appear in jigsaw bits for purely aesthetic reasons. There are umpteen ways to make the opening credits of films, and so too introducing folk to a website (the worst imaginable way is to make them wait for Flash movie to load, a picture loading in jigsaws is almost rivetting by comparison!) I usually prefer to prepare pics as progressive loading, so they appear sharper and sharper with each "pass" for the slow connections. |
#6
| |||
| |||
|
|
In article <slrnfb9qip.5jj.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: What's the point though, why not just use one big image? Is the idea that over a slow connection you will see the image appear in slices? As I understand it, slicing was partly touted as a way of reducing file sizes because some parts can be more compressed than other parts without unduly compromising the overall look. |
|
I usually prefer to prepare pics as progressive loading, so they appear sharper and sharper with each "pass" for the slow connections. |
#7
| |||
| |||
|
|
On 2007-08-04, zeeeej <zjenni... (AT) gmail (DOT) com> wrote: Add table#TAG_Header img { display: block; } |
#8
| |||
| |||
|
|
On 2007-08-04, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: In article <slrnfb9qip.5jj.spamspam (AT) bowser (DOT) marioworld>, Ben C <spamspam (AT) spam (DOT) eggs> wrote: What's the point though, why not just use one big image? Is the idea that over a slow connection you will see the image appear in slices? As I understand it, slicing was partly touted as a way of reducing file sizes because some parts can be more compressed than other parts without unduly compromising the overall look. Unless you manually make the compression more lossy for some slices, slicing is always going to make the total bigger. Each slice will need its own headers and in general compression works better the more data you give it to work with at a time. |
|
[...] I usually prefer to prepare pics as progressive loading, so they appear sharper and sharper with each "pass" for the slow connections. Yes, that used to be done quite often. The downside is that a progressive jpeg is a bit bigger in total file size and slower to load completely. |
![]() |
| Thread Tools | |
| Display Modes | |
| |