How can i change the code to show flash?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
microOn

How can i change the code to show flash?

Post by microOn »

How can i change the code for logo1.gif in standard templete to show both cool2.gif and disco.swf flash file?

CODE i have now:

div#header h1 a {
/* you can set your own image here */
  background: #d2c7ff url(cool2.gif) no-repeat 0 12px;
  display: block;
  height: 145px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */


Code i want to insert on the right side of the cool2.gif logo:






I try to edit the code in "Layout: Left sidebar + 1 column" without success. Can anyone help me for the code and position to work?

See my page here http://student.umb.no/~disko/index.php
Last edited by microOn on Sat Sep 23, 2006 3:43 pm, edited 1 time in total.
microOn

Re: How can i change the code to show flash?

Post by microOn »

Like this don't work:


div#header h1 a {
/* you can set your own image here */
  background: #d2c7ff url(cool2.gif) no-repeat 0 12px;
  display: block;
  height: 145px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */

}


div#header h2 a {
/* you can set your own image here */
  background: #d2c7ff url(cool2.gif) no-repeat 0 12px;
  display: block;
  height: 145px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */

}
microOn

Re: How can i change the code to show flash?

Post by microOn »

Thank you very much! ;D This was very helpful.
Locked

Return to “Layout and Design (CSS & HTML)”