Theme is not loading Header correctly

Permalink
I have my site on a testing server

http://www.curioustesting.com/

The code I have for my header that is attached to the template that I made is this <?php Loader::element('header_required');?>

When I log in to concrete5, the header loads and the 150 pixel nav loads but edit page, dashboard, properties etc buttons are blank and no buttons appear with it

 
TheRealSean replied on at Permalink Reply
TheRealSean
Do you have a reset CSS running? I found out on some of my earlier sites C5 depends alot on css, and using some of my default css reset, I ended up with similar problems.

The other issue could be an error in the Header, can you view the source, is it loading the content and not displaying it or does it get to a certain point and just seem to die();??

And lastly, its possible, and I had this happen once, some of your files are missing, inspect the properties of the buttons and see if they have style associated with them? They should have images within the css you can link to.

Just a quick stab at the problem I have not looked at the site yet, I will take a look later when at home.