SDS Posted October 7, 2006 Report Posted October 7, 2006 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.
slugspirit Posted October 7, 2006 Report Posted October 7, 2006 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.
SDS Posted October 7, 2006 Author Report Posted October 7, 2006 so it looks like this? You did this in IE 6 on a PC correct? Note how the banner image touches the gold border w/o any white space.
JCBoston Posted October 7, 2006 Report Posted October 7, 2006 Scott, unfortunately I am seeing white between the banner and the border... I'd attach a snapshot if I could ... how did you put that image in your post? jc
SDS Posted October 7, 2006 Author Report Posted October 7, 2006 See the focus group... 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.
Taro T Posted October 8, 2006 Report Posted October 8, 2006 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.
Screamin'Weasel Posted October 8, 2006 Report Posted October 8, 2006 Just glancing at the source code, could the div class named "container" be left justified and set a little too wide? With no access to the css, it is tough to check out.
TM8-PL16 Posted October 8, 2006 Report Posted October 8, 2006 I also see a white line in IE6... (although I use firefox) Scott here's an screen capture of it IE6 SS hompage capture
SDS Posted October 8, 2006 Author Report Posted October 8, 2006 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
SCSabresFan! Posted October 8, 2006 Report Posted October 8, 2006 However, IE6 is what is giving me fits. SDS, I'm assuming this is IE6 for the PC?
SDS Posted October 8, 2006 Author Report Posted October 8, 2006 SDS, I'm assuming this is IE6 for the PC? yes.. $20 if you solve it.
Screamin'Weasel Posted October 8, 2006 Report Posted October 8, 2006 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.
SDS Posted October 8, 2006 Author Report Posted October 8, 2006 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???
Screamin'Weasel Posted October 8, 2006 Report Posted October 8, 2006 I changed it. Does it work??? Yes, it shows up properly on mine now. Perhaps some others could check it as well to verify? Edit: Here is the corrected look.
SDS Posted October 8, 2006 Author Report Posted October 8, 2006 Yes, it shows up properly on mine now. Perhaps some others could check it as well to verify? WooHoo! The pizza is on me Illustrator boy!
Screamin'Weasel Posted October 8, 2006 Report Posted October 8, 2006 WooHoo! The pizza is on me Illustrator boy! No need for that: more than happy to volunteer.
TM8-PL16 Posted October 8, 2006 Report Posted October 8, 2006 double checked and I see it fixed also great job guys!!
SDS Posted October 8, 2006 Author Report Posted October 8, 2006 No need for that: more than happy to volunteer. you are the man! Thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.