Storefront Display problem
Last Post 11/12/2010 1:45 PM by Joseph Craig. 5 Replies.
Author Messages
Web Services
Nuke Master
Nuke Master
Posts:322


--
I have tried everything I can think of, putting classes on the td, putting classes on the summary tag. It's just that when the html actually gets generated, it always puts a blank tag before the summary. IE won't pick up the style. Do you have any ideas? You can see what I mean by going here http://kearneykidzone.com/TopMenus/...rship.aspx in FF and IE
11/11/2010 11:57 AM  
I'm trying to get a specific style on the summary of the store front module. It generates HTML something like this
summary here
Joseph Craig
DNN MVP
Posts:11667


--
11/12/2010 7:18 AM  
Which item are you trying to style?

Joe Craig, Patapsco Research Group
Complete DNN Support
Web Services
Nuke Master
Nuke Master
Posts:322


--
11/12/2010 7:42 AM  
The product summary. If you look at the very first one it's the text that says
Use our day care center for everyone.
I can get it fine in FF/Chrome/Safari, but IE won't pick up any styles because no matter what I put in the template file, the code always generates a span tag in front of the summary. The html output it creates is attached
Joseph Craig
DNN MVP
Posts:11667


--
11/12/2010 11:20 AM  
Create a style for .NewProduct-Summary span:

     .NewProduct-Summary span{color:red}

You can do this using the Developer Tools in IE and, when you've got what you like, add it to the appropriate css file.

Joe Craig, Patapsco Research Group
Complete DNN Support
Web Services
Nuke Master
Nuke Master
Posts:322


--
11/12/2010 11:37 AM  
Hmm, I had tried that in the css sheets to no avail. However, if I put that style in the actual template file i.e.
Then it seems to work. Thanks,
Joseph Craig
DNN MVP
Posts:11667


--
11/12/2010 1:45 PM  
Possibly your style was overridden in another stylesheet.

Joe Craig, Patapsco Research Group
Complete DNN Support


---