Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Cascading Style Sheets, Need help

views
     
etsuko
post Oct 15 2005, 02:15 PM

Spaced out person
Group Icon
Elite
4,210 posts

Joined: Jan 2003
From: Malaysia


can just use..

img.picture {
properties
}

then in your <img> tag place it <img 'attributes' class="picture />
etsuko
post Oct 16 2005, 09:23 AM

Spaced out person
Group Icon
Elite
4,210 posts

Joined: Jan 2003
From: Malaysia


Blogger default codes:

<$BlogTitle$> - Entry Title

<Blogger> - Start Blogger Body

<BlogDateHeader>
<$BlogDateHeaderDate$> - 3 lines of code for Entry Date
</BlogDateHeader>

<$BlogItemBody$> - Entry Body

</Blogger> - End Blogger Body

<$BlogMemberProfile$> - Blogger Profile

<BloggerPreviousItems>
<$BlogPreviousItemTitle$> - Previous Entries
</BloggerPreviousItems>

<BloggerArchives>
<$BlogArchiveName$> - Blogger Monthly Archives
</BloggerArchives>

I think I know why the img properties aren't being picked up in IE. It's because currently your img tags are like this:

CODE

<div style="text-align: center;"><img.. /></div>


In IE, sometimes the browser won't pick up the scent of your CSS coz it's hidden inside another DIV. Try removing the CENTER properties and see if it works.

Cheers.
etsuko
post Oct 17 2005, 09:36 AM

Spaced out person
Group Icon
Elite
4,210 posts

Joined: Jan 2003
From: Malaysia


Hmm.. this might be a tedious process to do when you have images, but it might help solve the problem temporarily.

img.picture {
properties
}

then in all your IMGs.. <img.. class="picture" />

by right #content img should work, tried flipping the code to img#content ? tongue.gif
etsuko
post Oct 17 2005, 11:26 PM

Spaced out person
Group Icon
Elite
4,210 posts

Joined: Jan 2003
From: Malaysia


http://www.alistapart.com/articles/cssdropshadows/

Read that.. smile.gif
etsuko
post Oct 18 2005, 04:32 PM

Spaced out person
Group Icon
Elite
4,210 posts

Joined: Jan 2003
From: Malaysia


You plan on using it on something else..? Say it and we'll tell you. smile.gif
etsuko
post Oct 19 2005, 04:45 PM

Spaced out person
Group Icon
Elite
4,210 posts

Joined: Jan 2003
From: Malaysia


CODE
#submenu a:link, #submenu  a:visited, #submenu a:active { font-weight:bold;font-size:10px;text-decoration: none; color: #FFFFFF; }

#userlinks { border:1px solid #4A4949;background-color: #2E2E2E;}

#userlinks a:link, #userlinks  a:visited, #userlinks a:active { font-weight:normal;font-size:10px;text-decoration: none; color: #FFFFFF; }

#userlinks a:hover { font-weight:normal;font-size:10px;text-decoration: none; color: #cccccc; }

.titlemedium  a:link, .titlemedium  a:visited, .titlemedium  a:active  { text-decoration: none; color: #FFFFFF }

.titlemedium  a:hover { text-decoration: none; color: #cccccc }

.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { text-decoration: none; color: #FFF }

.maintitle a:hover { text-decoration: none; color: #cccccc }

just view the source and discover which CLASS or ID controls what text.

Cheers.
etsuko
post Oct 20 2005, 10:19 AM

Spaced out person
Group Icon
Elite
4,210 posts

Joined: Jan 2003
From: Malaysia


*slap forehead*

http://www.redmelon.net/tstme/box_model/

http://www.ilovejackdaniels.com/css/box-model/

there you go..

 

Change to:
| Lo-Fi Version
0.0159sec    0.49    6 queries    GZIP Disabled
Time is now: 25th November 2025 - 10:45 PM