Dear Ernst,

Thank you for the answer, very interesting possibility the :after (and
:before) CS pseudo elements. Unfortunately I have not been able to get
it working as I would like to have it.
I've taken the Doxygen output and stripped it quite a bit and placed
as images some flags (see the entire files in the attached tar file).

My current situation is as depicted on the top line with the flag from
Luxembourg and Belgium, as you can see the text runs in the flag of
Belgium when we make the window a bit smaller.

The second line is is with the :after pseudo element. Here we see that
the flag from Germany goes to the next line.
I've trid different things but I could not get the German flag at the
right and of the correct size.

Any further suggestions / solutions.

Best Regards,

Albert

On Thu, Sep 27, 2012 at 9:17 PM, Peche <pe...@aon.at> wrote:
> You could use HTML_EXTRA_STYLESHEET and put e.g. this in the CSS:
>
> #projectname:after
> {
>      content:url("/img/some.ico")
> }
>
> Maybe you must modify this a little to get exactly what you want - the
> main trick is to use :after or :before for some elements which are
> tagged with ids.
>
> In a similar way we switch off the whole title area:
>
> #titlearea
> {
>      display:none;
> }
>
> -- Ernst
>
> Am 27.09.2012 19:24, schrieb Albert:
>> Dear all,
>>
>> I would like to have, besides the project logo on the left hand side
>> of the page, a logo on the right hand side of the page. I've tried
>> different thing but I have not been successful.
>>
>> Does anybody have any suggestions or is it only possible by changing
>> the index.html page (and possibly some other html pages) or by
>> changing doxygen ?
>>
>> Thanks in advance,
>>
>> Albert
>>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://ad.doubleclick.net/clk;258768047;13503038;j?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users

Attachment: example.tar
Description: Unix tar archive

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to