Fix for website . . . possibly
Sep. 26th, 2005 01:54 pmOK, I've changed a field setting on my website. If anyone out there is using FireFox and has a chance to take a look, see if that fixed the error. Let me know if not. Everyone with Explorer should be able to see the website now with no overlapping of the text and right menu bar. If not, please let me know.
Also, I've added a few more links to the Buy! Buy! Buy! part of the site, since B&N now has it available. Plus I added in a link to Clarksworld Books, since they have it for sale as well.
I'm still playing around with how to get just the cover art up on LJ without a link required.
Also, I've added a few more links to the Buy! Buy! Buy! part of the site, since B&N now has it available. Plus I added in a link to Clarksworld Books, since they have it for sale as well.
I'm still playing around with how to get just the cover art up on LJ without a link required.
no subject
Date: 2005-09-26 06:15 pm (UTC)no subject
Date: 2005-09-26 06:32 pm (UTC)no subject
Date: 2005-09-26 07:42 pm (UTC)Congrats on the website going live.
no subject
Date: 2005-09-26 10:02 pm (UTC)Syntax (using words instead of bracket symbols for illustration purposes)
left angle bracket img src="http://www.sff.net/people/jpalmatier/joshcovermed.jpg" right angle bracket
And here's the html tag:
all in the name of bug-testing...
Date: 2005-09-26 11:17 pm (UTC)However, now your footer text (the copyright line) isn't displaying after everything else. instead, it's displaying at the bottom of the green box, which means the text which overflows the green box is written over the top of it. (Hang on. Just checked this page in Explorer, and the green box flows all the way to the bottom of the text, so you're probably confused right about now, right? In firefox, the pale green box only goes as far down as the bottom of the cover image, the dark green box is behind that and only goes as far down as the bottom of the dragon/sidebar image; then there's the footer text underneath that. And your page text overflows all of it, so it's laid atop the funky blue background image for quite a ways.)
If I had to guess, I'd say this is to do with floats. (I presume the sidebar is floated?) Firefox adheres to W3C standards, which means the parent element *won't* auto-enclose a floated child element. Explorer doesn't adhere to this and the browser automatically encloses floated child elements, so it might look like your design is fine if you test in IE. I'm pretty sure Opera/Safari/Netscape/Mozilla also adhere to the W3C standards and don't auto-enclose either.
There's a couple of fixes out there, the most common one being to add a <div class="clear"></div> to the parent element, after all the floated elements, where "clear" is defined as being 1px in height and having overflow hidden or other tricksy elements. Another one is to define the parent element, in your case "container"?, as having "layout: table", which will make Firefox auto-enclose.
I've made some FF screencaps for you: top of the screen (http://flyservers.registerfly.com/members5/deborahmcdonnell.com/images/JP-Home_top.jpg), and overflow (http://flyservers.registerfly.com/members5/deborahmcdonnell.com/images/JP-Home_base.jpg) (large pix, so I didn't embed them here).
Hope this helps. If you have no idea what I'm talking about, feel free to email me (you can get my addy from my website).
Re: all in the name of bug-testing...
Date: 2005-09-27 04:00 pm (UTC)And you may be getting an email from me then. *grin*
Re: all in the name of bug-testing...
Date: 2005-09-27 10:51 pm (UTC)Re: all in the name of bug-testing...
Date: 2005-10-02 11:52 am (UTC)Thanks for the help. And for the screencaps. They were helpful in seeing what the problem was (although I did get it from your description as well).
Re: all in the name of bug-testing...
Date: 2005-10-02 12:48 pm (UTC)You can find the altered files here: home page (http://flyservers.registerfly.com/members5/deborahmcdonnell.com/JP-Home.htm) and style sheet (http://flyservers.registerfly.com/members5/deborahmcdonnell.com/josh_style.css).
in summary: I've defined the .clear class in your stylesheet, and added it to a couple of places in the homepage code. I've also wrapped your supportingText and linkList divs in a parent div (called wrapper in the altered stylesheet), and I've added a display: table to supportingText so that it shouldn't overflow the green in the background. Also, I noticed that the linkList was floated left, and to get it working on my machine at home I had to float it right.
I think this should fix the problem in most browsers. Good luck!
Re: all in the name of bug-testing...
Date: 2005-10-02 12:52 pm (UTC)Re: all in the name of bug-testing...
Date: 2005-10-02 02:52 pm (UTC)And again, all the help is appreciated.
Re: all in the name of bug-testing...
Date: 2005-10-02 11:36 pm (UTC)Re: all in the name of bug-testing...
Date: 2005-10-02 11:44 pm (UTC)Re: all in the name of bug-testing...
Date: 2005-10-02 11:51 pm (UTC)Re: all in the name of bug-testing...
Date: 2005-10-02 11:58 pm (UTC)Re: all in the name of bug-testing...
Date: 2005-10-03 12:06 am (UTC)no subject
Date: 2005-09-27 01:50 pm (UTC)-Neil
no subject
Date: 2005-09-27 03:46 pm (UTC)no subject
Date: 2005-09-27 04:25 pm (UTC)