hobo

Topic: Need feedback for new Job Listings template

The new Job Listings v0.9beta free template for jobberBase is now available for download.

Demo: http://jobfeeds.me/job-listings/
Download: http://jobfeeds.me/downloads/jobberbase … tes/4.html

Feedback is very appreciated.
Thank you.

alexnegru

Re: Need feedback for new Job Listings template

menu problems
in chrome there are some vibrations
and the drop-down menu is square and not rounded  sad

hobo

Re: Need feedback for new Job Listings template

Hi,
Thanks for the feedback!

It is the "listmenutitle" div that is not working as in other browsers.
Change it in css/screen.css around line 156 to this:

Code:

div#listMenuTitles {
  font-size: 1em;
  width:auto; 
  height:auto;
  display:block;
  overflow:auto;
  position:absolute;
  text-transform:capitalize;
  left:400px;
  top:7px;
  margin: 0 1em 0 1em;
}

I will change the download soon to fix the issue.

On second comment: If you can be more specific, the solution could be easy to implement.

Update: demo and download updated to fix chrome issue.
Also: looking for rounded corners? http://www.twinhelix.com/cgi-bin/forum.pl/fsmenu/583
I'll put it on to do list for v1.

Last edited by hobo (2010-10-29 14:45:21)

hobo

Re: Need feedback for new Job Listings template

Menu has been rounded smile
For it to work in explorer, download latest version -ie9 beta.

Last edited by hobo (2011-01-27 14:28:21)