Jump to content

Could someone do me a favor?


SDS

Recommended Posts

and let me know if the yellow nav bar makes it over to the yellow border or if there is an ugly white edge all the way up and down that clearly doesn't look right?

 

I have no way to test this on my mac. Thanks.

Link to comment
Share on other sites

and let me know if the yellow nav bar makes it over to the yellow border or if there is an ugly white edge all the way up and down that clearly doesn't look right?

 

I have no way to test this on my mac. Thanks.

 

Looks good to me. I don't see any borders that look out of place.

Link to comment
Share on other sites

well, that is acceptable in IE7 (although IE makes that thin white strip in my photo blue.) However, IE6 is what is giving me fits.

There is a VERY thin white stripe up the right side (~3/8" on a 19" monitor). Considering the menus and columns are now appearing where you've intended them to be, I don't see it as a major problem.

 

I realize you are striving for perfection, and if it's a 1-2 hour fix, I'd probably try it. But, if it's going to take any longer than that, I honestly don't think it's a big enough deal to worry about. It's narrow enough that it almost looks intentional.

Link to comment
Share on other sites

I'll give $20 to anyone who can figure that out for me.

 

Here is what I know so far:

 

1. It doesn't appear to be my menus. I took them out and still got it.

2. It isn't dual column errors. The white space shows up on pages (like the roster) with a single column.

 

That's it. Anyone who can figure out gets pizza money on me....

 

Stylesheet: http://www.sabrespace.com/files/stylesheet.css

Link to comment
Share on other sites

I see the problem as illustrated here: it is making the content box 10px too big.

 

However, I have not yet been able to find it in the coding.

 

Edit: Ok, I think I found it. Without the banner image it looked right; adding the banner image caused it, so I looked into it there. At aproximately line 18 (of the straight HTML - if using .php, etc, to put the pages together, I am not sure which file you will find it in) you will find this line:

 

<div class="logo"><img src="/images/sabresbanner.jpg" alt="Image" title="Image" class="image" /></div>

 

Remove the class="image" so it looks like this:

 

<div class="logo"><img src="/images/sabresbanner.jpg" alt="Image" title="Image" /></div>

 

I think you will find it works out then.

Link to comment
Share on other sites

I see the problem as illustrated here: it is making the content box 10px too big.

 

However, I have not yet been able to find it in the coding.

 

Edit: Ok, I think I found it. Without the banner image it looked right; adding the banner image caused it, so I looked into it there. At aproximately line 18 (of the straight HTML - if using .php, etc, to put the pages together, I am not sure which file you will find it in) you will find this line:

 

<div class="logo"><img src="/images/sabresbanner.jpg" alt="Image" title="Image" class="image" /></div>

 

Remove the class="image" so it looks like this:

 

<div class="logo"><img src="/images/sabresbanner.jpg" alt="Image" title="Image" /></div>

 

I think you will find it works out then.

 

I changed it. Does it work???

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...