Sorry, I looked at your page again. I see we gave you the wrong  
class! Include the following in your stylesheet and you should be  
good to go:

div.exhibit-collectionView-header {
        display: none;
}

Let us know if this works or not.
~Gabe


On Aug 30, 2007, at 12:13 PM, blanchet wrote:

>
>
>>>
>>>>
>>>>> (2) Unfortunately I don't have div.exhibit-views-header. I used  
>>>>> the
>>>>> html
>>>>> source here
>>>>> http://simile.mit.edu/wiki/Exhibit/ 
>>>>> How_to_make_a_publications_exhibit
>>>>> and there is no div.exhibit-views-header too.
>>>>>
>>>> Just add it yourself.
>>>>
>>>> It's just regular CSS stuff.
>>>
>>> I mean I don't have <div class="exhibit-views-header"> in the  
>>> HTML code
>>> copied form
>>> http://simile.mit.edu/wiki/Exhibit/ 
>>> How_to_make_a_publications_exhibit
>>>
>>> Whatever I have already put it in my style.css and it doesn't change
>>> anything.
>>
>> The <div class="exhibit-views-header"> is dynamically generated after
>> the page loads, so it wouldn't be in the HTML code that you copied.
>>
>> Anyway, I looked at your web page and I think I see the problem. Try
>> loading your stylesheet after the exhibit script. I think what's
>> happening is the style of that div is getting set to  
>> "display:none" in
>> your stylesheet, but then when the exhibit script is loaded, it
>> overwrites that setting. So try moving
>>
>> <link rel="stylesheet" href="style.css" type="text/css" />
>>
>> below
>>
>> <script src="exhibit/src/webapp/api/exhibit-api.js"
>> type="text/javascript"></script>
>
> It still does not work.
>
>>
>> Hope this helps,
>> Gabe
>>
>>
>> --------------------------------------------------------------------- 
>> ---
>>
>> _______________________________________________
>> General mailing list
>> [email protected]
>> http://simile.mit.edu/mailman/listinfo/general
>
> - --
> Adrien Blanchet
> WPI-Fakultät für Mathematik
> Universität Wien
> Nordbergstraße 15
> 1090 Wien, Austria
> Tél. : +43-1-4277-50717
> http://www.ceremade.dauphine.fr/~blanchet
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFG1uyZL1ZUYZKe5AERAlKgAJ4pwXTP6gt0ZQBLB6xTU7Kc/v9kKwCfTdxX
> MlhSxL/PD4Dcs4d+HCN1YmM=
> =eETS
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general


_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to