On my journal, the width of my journal is just a little bit bigger than my header, but on the friends' page they are the same size. I can't figure out how to do the same for my recent entries page. None of my entries are stretching it, so I don't know what's up. Can someone help?
The goal: To the make the background of the components that hold the individual journal entries transparent, BUT NOT the entries themselves, or the individual user-icons, and not the background of the other components that I am using (profile, free-text)
From searching previous questions that have been asked for "transparency" and from tutorials I have learned to use: filter:alpha(opacity=70); -moz-opacity:0.70;
In my style sheet, when (immediately below the background-color: assignment), I add filter:alpha(opacity=70); -moz-opacity:0.70; to the .compBg {} section, the side components are transparent, but the journal entry components are untouched. So then, if instead I add filter:alpha(opacity=70); -moz-opacity:0.70; to the .entryHolderBg {} section the ENTIRE entry (the entry componet background that I wanted to change to transparent is transparent (yeah!), but also the journal entry area itself (where the text is), the user icon for that entry, and everything else in the entry area is transparent.
Where do I need to add the filter-opacity line to have only the component background for the entries show transparent, or alternately, if I put the opacity filter into .entryHolderBg {}, how can I then specifiy that the entries themselves (white box with the entry text in it in the case of my journal) and the user-icon associated with that entry are not to be transparent?
Well, I just put in a new header, and background. Ive tried changing the colors of my tables and components to browns to match... But nothing seems to work... they are staying gray... Can anyone help me? Thanks!
I had changed the colors on my layout... I had the "livejournal search" and "google search" components. The corners of these components stayed gray, instead of changing to the new colors... I took the components out, because I couldnt figure out why... Anyone else know???