#IDs for all (go back »)
June 13 2007, 8:24 PM
I've added identifiers for all the modues (both main and side) so that you'll be able to style each individual module specifically. Here are the identifiers for your reference.
For profile page: #splash, #bestfriends, #aboutme, #contactme, #comments, #links, #stats, #recententries, #recentphotos, #favorites, #submissions, #skills
For blog pages: #splash, #entries (this encompasses all the entries), #links, #subprofile, #stats, #cats
For photos pages: #splash, #photos, #links, #subprofile, #stats, #cats
For friends page: #splash, #links, #friends
Since there are duplicate identifiers between your pages, to avoid inadvertently styling for across all your pages, I would recommend using the page identifier. For example, if I want to style #splash on my profile page, the code would be:
#profile div#splash { /*css code here*/ }
If I want to style #splash on ALL my pages, the code would be:
#splash { /*css code here*/ }
Happy styling!
In CreateBlog
Comments
Displaying 1 - 14 of 14 comments
"#entries (this encompasses all the entries)" puts one entry on top of the other in the "view all blogs" page. it the a way to align each entry so the align one under the other?
#blog div#entries {/*position:relative; top:-490px; width:455px; left:50%; margin-left:-235px;*/}
um... what happenes when you want to block a certain div layer for certain pages?
cuz i got everything but that down
Add Comment
You must be logged in to comment
Statistics
Comments | 14 |
Page views | 65341 |
Custom Module
Side Module (footer HTML)
Main Module (header HTML)
Footer (footer HTML)