Jump to content

html & css optimization


hanswurst

Recommended Posts

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;
}

Link to comment
Share on other sites

  • 11 months later...
There's no specific date, we're working on it at the moment but it should be within the next couple of months

any 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!

Link to comment
Share on other sites

  • 3 months later...

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...