Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #11  
Old 01-25-2007, 05:04 AM
persianpix's Avatar
persianpix Offline
pp regular
 
Join Date: Jan 2007
Posts: 45
humn... it doesn't appear to do anything.

in my css when i change font-style from none to let's say italic, the changes take effect. but in the same code when i change the color code, it makes no difference. here is my logic... since some of the css code works with that parameter, i'm thinking that the issue must be the precedence order. since i'm using an external css, the in-line and document css could have higher precedence. i'm not really using any inline css. as i am looking at some other html taggs that are in the document, there is only the <div> tag that is there and i don't belive that, that tag anything to do with it!
Reply With Quote
  #12  
Old 01-25-2007, 05:18 AM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
hmmm.

span.comment-name {
or even .comment-name {

should have worked. I'd make sure the rest of your CSS is valid and not messing with anything else.
Reply With Quote
  #13  
Old 01-25-2007, 05:21 AM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
Also, change your DIV to a class and not an ID

<div id=\"comment-line\">

The above should be a class.

ID's are only used for single elements and that div will be re-created for every comment. Having the same ID for multiple divs will give you errors when trying to validate your code.
Reply With Quote
  #14  
Old 01-25-2007, 05:29 AM
persianpix's Avatar
persianpix Offline
pp regular
 
Join Date: Jan 2007
Posts: 45
alright, i will the make the changes

in the mean time, please take a look at my site in here http://www.persianpix.com/photoblog. it's not official yet. if you click on the comment's link you will see the issue. i'm trying to change the color of the the person that leaves a comment but it remains as it is!

thanks for all your help and speedy replies.
p.s. if the above link didn't work, please enter it in your url a couple of times. it will work.
Reply With Quote
  #15  
Old 01-25-2007, 05:44 AM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
i sent you a PM. you can try it but i'm not so sure now that i think about it due to the other properties having the same value and still functioning correctly.
Reply With Quote
  #16  
Old 01-25-2007, 06:21 AM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
For those that are interested, and for archival purposes, the problem was in the template source itself and not in the CSS.

The template source was reading two CSS files both marked with the same "title" tag. One was the default CSS file and the other was the CSS that handled the comment styles. Anyway, for those of you who are familiar with CSS, you know you can not do this. persianpix caught onto this and removed the title tag for the comment styles from his source code and all is well.
Reply With Quote
  #17  
Old 01-25-2007, 02:45 PM
persianpix's Avatar
persianpix Offline
pp regular
 
Join Date: Jan 2007
Posts: 45
just as a bounus, this article will touch base on the source of the issue
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 11:38 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs