can just use..
img.picture {
properties
}
then in your <img> tag place it <img 'attributes' class="picture />
Cascading Style Sheets, Need help
Cascading Style Sheets, Need help
|
|
Oct 15 2005, 02:15 PM
Return to original view | Post
#1
|
|
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 /> |
|
|
|
|
|
Oct 16 2005, 09:23 AM
Return to original view | Post
#2
|
|
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. |
|
|
Oct 17 2005, 09:36 AM
Return to original view | Post
#3
|
|
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 ? |
|
|
Oct 17 2005, 11:26 PM
Return to original view | Post
#4
|
|
Elite
4,210 posts Joined: Jan 2003 From: Malaysia |
|
|
|
Oct 18 2005, 04:32 PM
Return to original view | Post
#5
|
|
Elite
4,210 posts Joined: Jan 2003 From: Malaysia |
You plan on using it on something else..? Say it and we'll tell you.
|
|
|
Oct 19 2005, 04:45 PM
Return to original view | Post
#6
|
|
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. |
|
|
Oct 20 2005, 10:19 AM
Return to original view | Post
#7
|
|
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: | 0.0159sec
0.49
6 queries
GZIP Disabled
Time is now: 25th November 2025 - 10:45 PM |