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
How can i change the code to show flash?
How can i change the code to show flash?
Last edited by microOn on Sat Sep 23, 2006 3:43 pm, edited 1 time in total.
Re: How can i change the code to show flash?
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 */
}
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 */
}
Re: How can i change the code to show flash?
Thank you very much!
This was very helpful.
