hanswurst Posted December 24, 2007 Report Posted December 24, 2007 in case the line-height attribute in line 170 of rdb.css would be set to 100%this page would be rendered more beautyful in my firefox --------------------------------------------for accessibility a css-hidden jumpmark would be nice located as first element inside the body-tag: <body> <div id="jumpmark"> <a href="#content" title="Jump to Content">Jump to Content</a> </div> <div id="container"> <div id="header"> <div id="header_logo"> bla bla bla with following css attributes:div#jumpmark, div#jumpmark a { display: block; text-indent: -999em; height: 0; width: 0; background: none; border: none; line-height: 0; font-size: 0; } Quote
hanswurst Posted December 24, 2007 Author Report Posted December 24, 2007 there is also no summary attribute for the rendered tables Quote
haste Posted December 28, 2007 Report Posted December 28, 2007 Cheers for this...there's a completely rehauled design coming very soon and the CSS probs will be fixed for that. I'd forgotten about a skip to content link, though, so will put that in the new pages Quote
hanswurst Posted December 28, 2007 Author Report Posted December 28, 2007 Cheers for this...there's a completely rehauled design coming very soon ..... o_O are you able to tell me when ? or is this a secret? Quote
haste Posted December 29, 2007 Report Posted December 29, 2007 There's no specific date, we're working on it at the moment but it should be within the next couple of months Quote
hanswurst Posted December 27, 2008 Author Report Posted December 27, 2008 There's no specific date, we're working on it at the moment but it should be within the next couple of monthsany news on relaunch-date?would be veeery interesting! but to stay in topic:please add a suffix to the (x)html - title because when i drag the browser-address-icon of my firefox into a folder,the generated link (*.url file) is exactly named like the title of the (x)html document when i buy digital tunes i sort my files in label-folders and drag&drop some urls into it:label-page of the shop, label-page of rolldabeats and label-page of discogs for example:/music/syncopathic_recordings /music/syncopathic_recordings/synco001--RMF_and_Moreno-JUNODOWLOAD-2007 /music/syncopathic_recordings/synco002--Sumone-JUNODOWLOAD-2007 .../music/syncopathic_recordings/synco021--VA-The_Syncopaths_Vol_1-JUNODOWLOAD-2008 /music/syncopathic_recordings/Syncopathic Recordings MP3(.url) /music/syncopathic_recordings/sYncoPathic.recordings(.url) /music/syncopathic_recordings/sYncoPathic.Recordings Discography at Discogs(.url) so it would be great if you could add suffixes like:" Discography at rolldabeats.com" " Release-Information at rolldabeats.com" or anything else that identifies rdb thanks! Quote
haste Posted December 28, 2008 Report Posted December 28, 2008 so it would be great if you could add suffixes like:" Discography at rolldabeats.com" " Release-Information at rolldabeats.com" This is done in the redesign Launch should be January Quote
hanswurst Posted December 28, 2008 Author Report Posted December 28, 2008 Launch should be JanuaryOMGi am very happy to read this!(that does not mean i don't love the current rdb) Quote
hanswurst Posted April 10, 2009 Author Report Posted April 10, 2009 just noticed that the add-genre popup needs some markup-change:currently there are radiobuttons without labels.instead of<li> <input class="parent_genres" type="radio" name="tag" value="1"/> Drum & Bass </li>you have to change it to<li> <input class="parent_genres" type="radio" name="tag" value="1" id="rb_dnb" /> <label for="rb_dnb">Drum & Bass</label> </li> the usability of this box is a bit poor without those label-containers because you have no choice between clicking the tiny radiobutton itself or the text next to it! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.