Bug Hunt!
Posted by Andrew Faulkner on July 8th, 2006.
Now that the re-design has been welcomed, we ask that you comment below to announce any bugs that you think are present in fadtastic’s new shell. It’s inevitable that some small minor details have got through our net. They may be visual, broken/non-working links or simply something which grates you.
We’re listening.
Make A Comment
( 7 so far )
7 Responses to Bug Hunt!
Here’s an idea. The way the comment box is set up, a reader would automatically begin entering the comment, then entering the name, mail, etc. Why not tweak the tab focus accordingly. Enter comment then tab to name, mail, web, and finally submit.
Good point, Derek. I agree totally. I shall implement this in the next update.
I think the site width should be tweaked ever so slightly. The main column should never, under any circumstances be wider than 6″, otherwise you’ll lose the reader, as it will become so very hard to read. I think the max-width should be less than 1200px.
Just me though.
Steven,
That can be done easily. I asked for advice on StyleGala and someone has brought up the same thing. I think it’s currently set to ~1500px wide. This is a simple change.
Do you like the fluidity of the site?
> Do you like the fluidity of the site?
Sure, but you need a min-width as well eg min-width 500px or 700px
IE does not support it but Moz FF does and others, so you do this:
your HTML set-up
// page content goes here
Your CSS set-up
.minwidth {
min-width: 500px; /* or eg 700px */
}
/* hide from IE MAC \*//*/
.minwidth {
border-left: 500px solid #fff;
/* match color with your outer borders - can be 500px or 700px depending on min-width setting */
}
.wrapper {
margin-left: -500px;
}
/**/
/* IE */
.minwidth {
height: 0;
he\ight: auto;
zoom: 1;
}
.minwidth {
border-left: 500px solid #fff;
/* match color with your outer borders - can be 500px or 700px depending on min-width setting */
}
.wrapper {
margin-left: -500px;
position: relative;
}
the code got cut off - will mail it instead - the minwidth solution
HTML
the <div> class="minwidth"</div>
; forms an outterwrapper for the wrapper div, the min-width CSS for IE
is first for all IE then lower then IE7 (IE conditionals)
Here’s an idea. The way the comment box is set up, a reader would automatically begin entering the comment, then entering the name, mail, etc. Why not tweak the tab focus accordingly. Enter comment then tab to name, mail, web, and finally submit.
This is now implemented.
Related In Some Way, Shape Or Form
The above post has obviously kept you amused. Why not discover similar material:
The posts Buzz Marketing Exposed - A STEP BY STEP Guide, Buzz Marketing Myths, are related to this post.
Or why not take time out to find out about the author of the post.



