<?xml version='1.0' encoding='utf-8' ?>
<!--  If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/  -->
<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
<channel>
  <title>CSS</title>
  <link>http://community.livejournal.com/_css/</link>
  <description>CSS - LiveJournal.com</description>
  <lastBuildDate>Sun, 22 Jun 2008 03:58:33 GMT</lastBuildDate>
  <generator>LiveJournal / LiveJournal.com</generator>
  <lj:journal>_css</lj:journal>
  <lj:journaltype>community</lj:journaltype>
  <image>
    <url>http://p-userpic.livejournal.com/21504656/1951871</url>
    <title>CSS</title>
    <link>http://community.livejournal.com/_css/</link>
    <width>100</width>
    <height>59</height>
  </image>

<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/117988.html</guid>
  <pubDate>Sun, 22 Jun 2008 03:58:33 GMT</pubDate>
  <title>DIV problem</title>
  <link>http://community.livejournal.com/_css/117988.html</link>
  <description>Hi folks: I got a challenge for you all.&lt;br /&gt;&lt;br /&gt;On this page: &lt;a href=&quot;http://www.ketnar.org/~shadwalk/new_site/s_rroom/index.html&quot;&gt;http://www.ketnar.org/~shadwalk/new_site/s_rroom/index.html&lt;/a&gt;&amp;nbsp;I want to put text and info right within the blue DIV box. Sort of what frames was, but now I use CSS and DIV. Now I got the box precisely positioned right. But for some reason all the text and stuff is on the bottom left, and nothing I&apos;ve done has made it work on the top left like it normally does.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;In case your wondering, &amp;nbsp;this 3 column CSS was the only one that I could find that works in 99% of browsers (IE be dammed) so that explains why I use this particular type. But I&apos;m at a loss on what to do elsewhere. Also what would happen if text was to be more than the box? Is there a way of making a scroll bar (again like old frames) &lt;br /&gt;&lt;br /&gt;Your advice is appreciated.&lt;br /&gt;&lt;br /&gt;- Shado</description>
  <comments>http://community.livejournal.com/_css/117988.html</comments>
  <lj:music>ABBA - Fernando</lj:music>
  <lj:mood>tired</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>sdelaforge</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/117559.html</guid>
  <pubDate>Fri, 13 Jun 2008 21:41:56 GMT</pubDate>
  <title>moving navigation - UPDATED</title>
  <link>http://community.livejournal.com/_css/117559.html</link>
  <description>Hi, I&apos;m new here and &lt;i&gt;pretty&lt;/i&gt; new to css/html. I&apos;m working on a website and have encountered what I&apos;m sure is a menial problem but is certainly baffling to me.&lt;br /&gt;&lt;br /&gt;My &lt;a href=&quot;http://the4thwall.8m.com/&quot;&gt;problems&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;PROBLEM #1 &lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;i&gt;I want to move the chunk of text/link block that says...:&lt;br /&gt;About&lt;br /&gt;Graphics&lt;br /&gt;Resources&lt;br /&gt;Blog&lt;br /&gt;&lt;br /&gt;...down a touch. I&apos;ve tried adjusting the padding in the class I created for that section, but nothing akin to that seems to work.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Changed the ul navigation block in the HTML to a div layer and adjusted the css to be:&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;#side-navigation {
font-family: tahoma;
font-size: 10px;
padding-left: 450px;
margin-top: 200px;
margin-bottom: -200px
}&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;PROBLEM #2 &lt;a name=&quot;cutid2&quot;&gt;&lt;/a&gt;&lt;i&gt;: Also, if you note how when the mouse is nowhere near the nav links, the navigation links change color as if they&apos;ve been hovered-over anyway? How can it be changed so that the nav links only change color when the mouse is over the nav links?&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The links fixed when the block was changed to a div layer.&lt;br /&gt;&lt;br /&gt;PROBLEM #3: My happily organized &amp; centered navigation links are not active nor do they respond as links upon mouse rollover in IE.&lt;br /&gt;&lt;br /&gt;My current HTML:&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;:: The Fourth Wall ::&amp;lt;/title&amp;gt;
&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;stylesheet/stylev1.css&quot; /&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
        &amp;lt;div id=&quot;side-navigation&quot;&amp;gt;
         &amp;lt;ul&amp;gt;
       	 &amp;lt;li&amp;gt;&amp;lt;a href=&quot;graphics/graphics.html&quot;&amp;gt;ABOUT&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
         &amp;lt;li&amp;gt;&amp;lt;a href=&quot;resources/resources.html&quot;&amp;gt;GRAPHICS&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
	  &amp;lt;li&amp;gt;&amp;lt;a href=&quot;../about.html&quot;&amp;gt;RESOURCES&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
	  &amp;lt;li&amp;gt;&amp;lt;a href=&quot;http://firstanointed.livejournal.com&quot;&amp;gt;BLOG&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
         &amp;lt;/ul&amp;gt;
         &amp;lt;/div&amp;gt;
&amp;lt;center&amp;gt;
&amp;lt;h1&amp;gt;THIS PAGE IS UNDER CONSTRUCTION&amp;lt;/h1&amp;gt;
&amp;lt;/center&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;My CSS:&lt;br /&gt;&lt;textarea&gt;body {
background-color: #5a5050;
background-image: url(&quot;http://img.photobucket.com/albums/v701/PictoKid/cssmockup.png&quot;);
background-repeat: no-repeat;
background-position: top center;
}

h1 {
font-family: ariel, verdana, sans-serif;
font-size: 30px;
padding: 300px 20px 20px 0px;
}

#side-navigation {
font-family: tahoma;
font-size: 10px;
padding-left: 460px;
margin-top: 200px;
margin-bottom: -200px;
}

li { 
list-style-type: none; 
}

a:link {
/* Applies to all unvisited links */
display: block;
text-transform: uppercase;
text-decoration: none;
font-weight: none;
background-color: transparent;
color: #ffffff;
} 

a:visited {
/* Applies to all visited links */
display: block;
text-transform: uppercase;
text-decoration: none;
font-weight: none;
background-color: transparent;
color: #5a5050;
} 

a:hover {
/* Applies to links under the pointer */
text-transform: uppercase;
text-decoration: none;
font-weight: none;
background-color: transparent;
color: #d6eb25;
} 

a:active {
/* Applies to activated links */
text-transform: uppercase;
text-decoration: none;
font-weight: none;
background-color: transparent;
color: #ffffff;
}  
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;I&apos;m working in Firefox at the moment. Thanks in advance for any suggestions.</description>
  <comments>http://community.livejournal.com/_css/117559.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>firstanointed</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/117251.html</guid>
  <pubDate>Tue, 10 Jun 2008 17:16:21 GMT</pubDate>
  <title>Unordered List--Vertical Spacing</title>
  <link>http://community.livejournal.com/_css/117251.html</link>
  <description>&lt;u&gt;&lt;b&gt;RESOLVED&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Thanks everybody for the help.&lt;br /&gt;This resolved my issues:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; display: block;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-top: 25px;&lt;br /&gt;&lt;br /&gt;I don&apos;t really understand that &quot;display:block&quot;---but I&apos;ll look it up!&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;ORIGINAL QUESTION&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;I have an unordered list, which I want to convert to a Vertical menu.&lt;br /&gt;Everything is working fine.&lt;br /&gt;&lt;br /&gt;Except that I would like to add extra Vertical space between the links.&lt;br /&gt;&lt;br /&gt;For example I want to go from this:&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;LinkA&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;LinkB&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;LinkC&lt;br /&gt;&lt;br /&gt;To something that looks like this:&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;LinkA&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;LinkB&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;LinkC&lt;br /&gt;&lt;br /&gt;Any thoughts on how I might do this?&lt;br /&gt;I must not be using the right syntax in my search, because I&apos;m not seeing anything that helps.&lt;br /&gt;&lt;br /&gt;Appreciate any help!&amp;nbsp; Thanks!</description>
  <comments>http://community.livejournal.com/_css/117251.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>duckspeaker</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/117242.html</guid>
  <pubDate>Wed, 09 Apr 2008 16:13:15 GMT</pubDate>
  <title>unbiased modern browser info for newbies</title>
  <link>http://community.livejournal.com/_css/117242.html</link>
  <description>i&apos;m attempting to use &lt;a href=&quot;http://code.google.com/p/ie7-js/&quot;&gt;dean edwards ie7.js&lt;/a&gt; to simplify supporting IE6, but i want to offer a quick explanation as to why things look funny in the rare case of IE&amp;lt;7 with javascript disabled &lt;a href=&quot;http://www.webstandards.org/action/previous-campaigns/buc/&quot;&gt;a la the old browser upgrade campaign&lt;/a&gt;.  does anyone know of a page i could link to for reasonable and accessible info on modern browsers other than &lt;a href=&quot;http://browsehappy.com/&quot;&gt;browse happy&lt;/a&gt;?  i don&apos;t want to just link to &lt;a href=&quot;http://www.mozilla.com/en-US/firefox/?from=getfirefox&quot;&gt;get firefox&lt;/a&gt; because there are plenty of decent browsers out there and i&apos;m not interested in foisting my browser of choice on others.  the (relatively mild) anti-IE bias in browse happy may turn off some folks, so i&apos;m looking for a more gentle alternative.</description>
  <comments>http://community.livejournal.com/_css/117242.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>dap6000</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/116950.html</guid>
  <pubDate>Wed, 09 Apr 2008 03:36:26 GMT</pubDate>
  <title>Time out: CSS comic strip</title>
  <link>http://community.livejournal.com/_css/116950.html</link>
  <description>I thought this comic strip is brilliant.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://chickenstrip.wordpress.com/2007/10/09/chickenstrip-41-webdesigners-eye-test/&quot;&gt;&lt;img src=&quot;http://pics.livejournal.com/ivles/pic/0000ssg5&quot; width=&quot;446&quot; height=&quot;226&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://chickenstrip.wordpress.com/2007/10/09/chickenstrip-41-webdesigners-eye-test/&quot;&gt;Original place&lt;/a&gt; where this comic strip is from. Chickenstrip by Niwatori.</description>
  <comments>http://community.livejournal.com/_css/116950.html</comments>
  <category>fun</category>
  <lj:security>public</lj:security>
  <lj:poster>ivles</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/116701.html</guid>
  <pubDate>Fri, 28 Mar 2008 03:17:20 GMT</pubDate>
  <title>Suckerfish Woes in IE7</title>
  <link>http://community.livejournal.com/_css/116701.html</link>
  <description>I&apos;m working on a multi-level suckerfish menu for a client but I keep running into a snag in Internet Explorer 7.  A working sample of the code &lt;a href=&quot;http://kieru.com/suckerfish/navigation.html&quot;&gt;may be viewed here&lt;/a&gt; but here is the issue:&lt;br /&gt;&lt;br /&gt;Occasionally IE7 will show 2nd level menus when you hover over a main item; only it will not show any of the text; just a gray box.&lt;br /&gt;&lt;br /&gt;Now I must admit pure-css suckerfish menus have never really been my thing.  I&apos;ve always used a rather outdated but easily inserted JavaScript / CSS combination, so a lot of my CSS for this has been managed by reading articles and modifying to fulfill my own needs.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://kieru.com/suckerfish/navigation.css&quot;&gt;The CSS code I am using&lt;/a&gt; can be viewed and I think should be fairly well documented.  I assume the culprit is in the &quot;Cursor &amp; Hide/Show Statements&quot; section at the bottom... any help that could be offered would be great, as IE7 is just bothering me to no end.</description>
  <comments>http://community.livejournal.com/_css/116701.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>salvanos</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/116322.html</guid>
  <pubDate>Wed, 26 Mar 2008 12:58:59 GMT</pubDate>
  <title>padding in % &amp; float</title>
  <link>http://community.livejournal.com/_css/116322.html</link>
  <description>compare opera 9.2x and IE7 with opera 9.5 and Safari 3.1&lt;br /&gt; &lt;code&gt;&amp;lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;&lt;a href=&quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;http://www.w3.org/TR/html4/strict.dtd&lt;/a&gt;&quot;&amp;gt;&lt;br /&gt;  &amp;lt;STYLE&amp;gt;&lt;br /&gt; *&amp;nbsp;{padding: 0; margin: 0; float:left; border: 1px solid;}&lt;br /&gt; .t4&amp;nbsp;{padding: 0 5%;&amp;nbsp;&amp;nbsp;width:auto;}&lt;br /&gt; .t5&amp;nbsp;{padding: 0 5%;&amp;nbsp;&amp;nbsp;width:100px;}&lt;br /&gt; &amp;lt;/STYLE&amp;gt;&lt;br /&gt;&amp;lt;div class=&quot;t4&quot;&amp;gt;| auto&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div class=&quot;t5&quot;&amp;gt;|100px&amp;lt;/div&amp;gt;&lt;/code&gt; &lt;br /&gt;who is right?&lt;br /&gt;&lt;a href=&quot;http://wakh.viart.ru/t.html&quot;&gt;on my site&lt;/a&gt;</description>
  <comments>http://community.livejournal.com/_css/116322.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>wakh</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/115998.html</guid>
  <pubDate>Tue, 25 Mar 2008 15:46:37 GMT</pubDate>
  <title>style of comments page</title>
  <link>http://community.livejournal.com/_css/115998.html</link>
  <description>hey css experts! &lt;br /&gt;I was wondering if I could customize the page of an actual entry (where you can see all the comments or post a comment on that one entry) so that there&apos;s a fixed font or width? &lt;br /&gt;This is an entry of mine that is not customized:&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://i26.tinypic.com/v6rl35.png&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Here&apos;s what I mean by changing the style:&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://i29.tinypic.com/2jg7804.png&quot; /&gt;&lt;br /&gt;&lt;br /&gt;And does that fact that I have S2 have anything to do with it? Because I could switch to S1 if it&apos;s necessary :S&lt;br /&gt;&lt;br /&gt;hopefully, I&apos;m not confusing everyone lol :D</description>
  <comments>http://community.livejournal.com/_css/115998.html</comments>
  <lj:mood>anxious</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>victoiree</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/115773.html</guid>
  <pubDate>Wed, 12 Mar 2008 14:14:58 GMT</pubDate>
  <link>http://community.livejournal.com/_css/115773.html</link>
  <description>My absolute position and z-index seem to not be working nicely with each other in Firefox, but works fine in IE.&lt;br /&gt;&lt;br /&gt;Could anyone &lt;a href=&quot;http://trinity.allroundnews.co.uk/wos/windowing.html&quot;&gt;take a look&lt;/a&gt; and let me know what I&apos;m doing wrong, please?</description>
  <comments>http://community.livejournal.com/_css/115773.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>shamess_the_elf</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/115461.html</guid>
  <pubDate>Thu, 06 Mar 2008 18:38:35 GMT</pubDate>
  <title>CSS ? for LJ layouts: fixed entry width?</title>
  <link>http://community.livejournal.com/_css/115461.html</link>
  <description>I am very bad with HTML and would like to be able to use the customization area in S2 to adjust LiveJournal layouts while inputting CSS for changing specific things. What I want seems like it would be pretty simple, but I can&apos;t find any information on CSS codes to use. Here&apos;s what I want to do:&lt;br /&gt;&lt;br /&gt;1. Is there a CSS code to input that will make my journal content a fixed width? The problem is that I want a header image of the same size to attach to the entries and the entries not change width when the screen is maximized/minimized. Does that make sense? &lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt; I don&apos;t want to use just any layout :-\ I&apos;ve looked into specific layouts and what you can change using CSS, but I can&apos;t find this question answered for any layout--much less the type of layout I want to use. I&apos;d like it to be one with a sidebar like Digital Multiplex&apos;s.&lt;br /&gt;&lt;br /&gt;2. Is there some way to get &lt;a href=&quot;http://i3.photobucket.com/albums/y94/aropax/stupidthing.jpg&quot;&gt;this stupid journal title box in Digital Multiplex&lt;/a&gt; to disappear using CSS?&lt;br /&gt;&lt;br /&gt;If someone could please help me with this, I&apos;d... probably cry from being so happy. I hope this stuff was acceptable to ask here and I&apos;m sorry if it wasn&apos;t T.T</description>
  <comments>http://community.livejournal.com/_css/115461.html</comments>
  <lj:mood>frustrated</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>elasticknights</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/115270.html</guid>
  <pubDate>Thu, 06 Mar 2008 12:19:38 GMT</pubDate>
  <title>IE8</title>
  <link>http://community.livejournal.com/_css/115270.html</link>
  <description>Remember &lt;a href=&quot;http://www.webstandards.org/files/acid2/test.html#top&quot;&gt;The Second Acid Test&lt;/a&gt;? Last December, Web Standards Project reported that &lt;a href=&quot;http://www.webstandards.org/2007/12/19/ie8-passes-acid2-test-2/&quot;&gt;IE8 passed this test&lt;/a&gt;. A test that even FF2 haven&apos;t passed yet.&lt;br /&gt;&lt;br /&gt;It&apos;s a good move from IE, though, the article also reminded us that passing doesn&apos;t mean that IE8 is free of CSS bug.&lt;br /&gt;&lt;br /&gt;What&apos;s Second Acid Test?&lt;br /&gt;&lt;a href=&quot;http://www.webstandards.org/action/acid2/&quot;&gt;http://www.webstandards.org/action/acid2/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And just about I&apos;m going to post this, &quot;the LJ entry area scrollbar&quot; is shifted to the center. Not that it means anything for the CSS side, but it sure is a weird rendering behavior.&lt;br /&gt;&lt;br /&gt;ETA: See the first commentator name in this Cindy Li&apos;s entry with IE8, and hover to his name. Voila. Or scroll up and down until his name is covered and then hover to his name again. Voila.&lt;br /&gt;&lt;br /&gt;And you know what, I am editing this via Notepad, because the text pointer didn&apos;t want to move where I want to. Tsk.</description>
  <comments>http://community.livejournal.com/_css/115270.html</comments>
  <category>news</category>
  <lj:security>public</lj:security>
  <lj:poster>ephi</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/115009.html</guid>
  <pubDate>Wed, 27 Feb 2008 00:12:14 GMT</pubDate>
  <link>http://community.livejournal.com/_css/115009.html</link>
  <description>Why is the subscribe link and image not being affect by the css I&apos;ve put upon it on my &lt;a href=&quot;http://trinity.allroundnews.co.uk/blog/&quot; title=&quot;Me learning about Debian and posting about it&quot;&gt;Debian blog&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt;Thanks :)</description>
  <comments>http://community.livejournal.com/_css/115009.html</comments>
  <lj:mood>happy</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>shamess_the_elf</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/114840.html</guid>
  <pubDate>Fri, 01 Feb 2008 21:46:07 GMT</pubDate>
  <title>nested boxes error</title>
  <link>http://community.livejournal.com/_css/114840.html</link>
  <description>I can&apos;t figure this out, I validated the CSS and the html.&amp;nbsp; I&apos;m using dreamweaver, there&apos;s a js menu on the page, but this issue appears to be with the CSS nested boxes.&amp;nbsp; I have the same appearance prob in ff and ie.&amp;nbsp; I want to have the &quot;content&quot; box appear within the &quot;page&quot; box, but it runs over.&amp;nbsp; I don&apos;t want to set a pixel height b/c different pages have different heights.&amp;nbsp; Nothing I&apos;ve tried is working.&lt;br /&gt;&lt;br /&gt;page: &lt;a href=&quot;http://www.synergyrad.com/home2.html&quot;&gt;http://www.synergyrad.com/home2.html&lt;/a&gt;&lt;br /&gt;css: &lt;a href=&quot;http://www.synergyrad.com/styles/main2.css&quot;&gt;http://www.synergyrad.com/styles/main2.css&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I&apos;ve been looking all over, it seems like this must be something simple, but I need some help.&lt;br /&gt;&lt;br /&gt;Thanks much!</description>
  <comments>http://community.livejournal.com/_css/114840.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>sahirazedare</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/114513.html</guid>
  <pubDate>Wed, 23 Jan 2008 21:42:12 GMT</pubDate>
  <title>Suckerfish won&apos;t stay open in IE</title>
  <link>http://community.livejournal.com/_css/114513.html</link>
  <description>I tried to use the suckerfish dropdown menus for the first time, and they work fine in Firefox, but in IE they won&apos;t stay open when I hover over the parent menu item. The dropdown opens when I hover, but when I wanna navigate to one of the submenu items, the dropdown closes again. So I have no chance of actually clicking anything. &lt;br /&gt;Anyone have any idea why this could be?&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;br /&gt;CSS part&lt;br /&gt;&lt;code&gt;&lt;br /&gt;	ul#nav {&lt;br /&gt;	width: 970px;&lt;br /&gt;	height: 24px;&lt;br /&gt;	background: url(&apos;../img/navi/buehne_5_intra.gif&apos;) no-repeat top left; &lt;br /&gt;	margin: 0;&lt;br /&gt;	padding: 0;&lt;br /&gt;	list-style: none;&lt;br /&gt;	}&lt;br /&gt;		ul#nav li {&lt;br /&gt;		list-style: none;&lt;br /&gt;		float: left;&lt;br /&gt;		position: relative;&lt;br /&gt;		margin: 0;&lt;br /&gt;		padding: 3px 25px 0 6px;&lt;br /&gt;		height: 21px;&lt;br /&gt;		font-weight: bold;&lt;br /&gt;		background: url(&apos;../img/navi/div_intra.gif&apos;) no-repeat top right;&lt;br /&gt;		font-size: 11px;&lt;br /&gt;		}&lt;br /&gt;		ul#nav li.last {&lt;br /&gt;		background: none;&lt;br /&gt;		}&lt;br /&gt;		ul#nav li a, ul#nav li a:link, ul#nav li a:visited {&lt;br /&gt;		color: #87a7ce;&lt;br /&gt;		text-decoration: none;&lt;br /&gt;		}&lt;br /&gt;		ul#nav li a:hover, ul#nav li a:focus, ul#nav li a:active {&lt;br /&gt;		color: #fff;&lt;br /&gt;		}&lt;br /&gt;		&lt;br /&gt;		/* dropdown */&lt;br /&gt;		li ul.dropdown {&lt;br /&gt;		display: none;&lt;br /&gt;		position: absolute; &lt;br /&gt;		list-style: none;&lt;br /&gt;		top: 0;&lt;br /&gt;		left: 0;&lt;br /&gt;		margin: 0 0 0 0;&lt;br /&gt;		padding: 24px 0 0 0;&lt;br /&gt;		z-index: 5;&lt;br /&gt;		width: 150px;&lt;br /&gt;		}&lt;br /&gt;			ul#nav li ul.dropdown li {&lt;br /&gt;			list-style: none;&lt;br /&gt;			float: none;&lt;br /&gt;			padding: 5px 0 5px 10px;&lt;br /&gt;			height: auto;&lt;br /&gt;			position: relative;&lt;br /&gt;			background: #3c64a4;&lt;br /&gt;			border-bottom: 1px solid #acbcd4;&lt;br /&gt;			display: block;&lt;br /&gt;			}&lt;br /&gt;			ul#nav li ul.dropdown li.last {&lt;br /&gt;			border-bottom: none;&lt;br /&gt;			}&lt;br /&gt;			ul#nav li ul.dropdown li a, ul#nav li ul.dropdown li a:link, ul#nav li ul.dropdown li a:visited {&lt;br /&gt;			display: block;&lt;br /&gt;			color: #acbcd4;&lt;br /&gt;			}&lt;br /&gt;			ul#nav li ul.dropdown li a:hover, ul#nav li ul.dropdown li a:focus, ul#nav li ul.dropdown li a:active {&lt;br /&gt;			color: #fff;&lt;br /&gt;			}&lt;br /&gt;			&lt;br /&gt;		ul#nav li &amp;gt; ul.dropdown {&lt;br /&gt;		top: 0;&lt;br /&gt;		left: 0;&lt;br /&gt;		}&lt;br /&gt;		li:hover ul.dropdown, li.over ul.dropdown { &lt;br /&gt;		display: block; &lt;br /&gt;		}&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;HTML part (spaces are because LJ is stupid)&lt;br /&gt;&lt;code&gt;&lt;br /&gt;  &amp;lt; ul id=&quot;nav&quot;&amp;gt;&lt;br /&gt;    &amp;lt; li&amp;gt;&lt;br /&gt;      &amp;lt; a href=&quot;about.php&quot;&amp;gt;About&amp;lt;/a&amp;gt;&lt;br /&gt;      &amp;lt; ul class=&quot;dropdown&quot;&amp;gt;&lt;br /&gt;        &amp;lt; li&amp;gt;&amp;lt; a href=&quot;&quot;&amp;gt;Punkt 1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;        &amp;lt; li&amp;gt;&amp;lt; a href=&quot;&quot;&amp;gt;Punkt 2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;        &amp;lt; li class=&quot;last&quot;&amp;gt;&amp;lt; a href=&quot;&quot;&amp;gt;Punkt 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;      &amp;lt; /ul&amp;gt;&lt;br /&gt;    &amp;lt; /li&amp;gt;&lt;br /&gt;&amp;lt; /ul&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;</description>
  <comments>http://community.livejournal.com/_css/114513.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>gloomylight</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/114392.html</guid>
  <pubDate>Tue, 22 Jan 2008 19:03:25 GMT</pubDate>
  <link>http://community.livejournal.com/_css/114392.html</link>
  <description>&lt;img src=&quot;http://i30.tinypic.com/34qpjc1.jpg&quot; title=&quot;Crude image is crude&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Is it possible to have text fill up #div_foo, like it does normally, and then have any excess flow over to #div_bar like in the above image? I could do this tediously server side, but I thought that this should be something for CSS to do.&lt;br /&gt;&lt;br /&gt;Any better suggestions?&lt;br /&gt;&lt;br /&gt;Thanks.</description>
  <comments>http://community.livejournal.com/_css/114392.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>shamess_the_elf</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/113970.html</guid>
  <pubDate>Thu, 17 Jan 2008 17:09:09 GMT</pubDate>
  <title>Need some help here!</title>
  <link>http://community.livejournal.com/_css/113970.html</link>
  <description>&lt;p&gt;Hi all...&lt;br /&gt;&lt;br /&gt;I am new to CSS, and I want to apply a background and banner&amp;nbsp;to my Lj but I dunno the codes that I should use to do it..&lt;br /&gt;&lt;br /&gt;so, anyone can help me here??&lt;br /&gt;&lt;br /&gt;Thanx alot..^^&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;aso0omy-chan!&lt;/p&gt;</description>
  <comments>http://community.livejournal.com/_css/113970.html</comments>
  <lj:music>NEWS - Change The World</lj:music>
  <lj:security>public</lj:security>
  <lj:poster>aso0omy_chan</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/113823.html</guid>
  <pubDate>Wed, 02 Jan 2008 18:09:23 GMT</pubDate>
  <title>Suckerfish Drop Downs</title>
  <link>http://community.livejournal.com/_css/113823.html</link>
  <description>okay, I googled it. but honestly, I&apos;m not a &apos;pro&apos; - which is why I came here. I haven&apos;t actually hosted the site, because it was more or less a database for me just on my computer, but here, I&apos;ll put it up on geocities.&lt;br /&gt;&lt;br /&gt;I&apos;m interested in making just a single-level drop down&lt;br /&gt;I don&apos;t know how invasive this is, but I am searching for help&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geocities.com/candii_graphics/&quot;&gt;Here&apos;s&lt;/a&gt; the site&lt;br /&gt;&lt;a href=&quot;http://www.htmldog.com/articles/suckerfish/dropdowns/&quot;&gt;Here&apos;s&lt;/a&gt; the site in which I found the suckerfish drop down coding&lt;br /&gt;&lt;br /&gt;and here&apos;s my coding thus far.&lt;br /&gt;&lt;br /&gt;I don&apos;t know if it&apos;s too much to ask, but I was wondering if any of you could possibly show me where to put the coding....&lt;br /&gt;&lt;form&gt;&lt;textarea rows=&quot;5&quot; cols=&quot;20&quot;&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;; welcome to new haven&amp;lt;/title&amp;gt;
&amp;lt;style type=&quot;text/css&quot;&amp;gt;

body 
{ background: #CBEFEA; 
background-image: url(&apos;background.gif&apos;); 
background-repeat: repeat;
background-position: left;
[valueII: right, center, left, percentage, pixel number]
background-attachment: fixed;

font-family: Trebuchet MS; 
color: #F0EFDA; 
letter-spacing: 0pt; 
font-weight: normal; 
font-size: 8pt; 

background-attachment:fixed;
scrollbar-arrow-color: #66CAEB;
scrollbar-track-color: #CBEFEA;
scrollbar-face-color: #CBEFEA;
scrollbar-highlight-color: #CBEFEA;
scrollbar-3dlight-color: #CBEFEA;
scrollbar-darkshadow-color: #CBEFEA;
scrollbar-shadow-color: #CBEFEA;

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; 
}

td
{ font-family: Trebuchet MS; 
color: #F0EFDA;
font-size: 8pt;
padding-left: 0;
padding-right: 0;
padding-top: 0; 
padding-bottom: 0; 
padding:0; [2cm this is for all four sides] 
padding: 0 0; }

{ background-color: #CBEFEA;
  background-image: url(&apos;background.gif&apos;);
  background-repeat: repeat;
  color: #FFF;
  font-family: verdana;
  font-size: 8pt; 
  margin: 0px;
  padding: 0px;
}

a, a:link, a:visited
{ text-decoration: none; 
color:#E7F67F; 
letter-spacing: 0pt; 
}

a:hover
{ text-decoration: underline; 
color:#8C9A0F;
letter-spacing: 0pt; 
}

b {
color: #FFFFFF; }

i {
color: #FFFFFF; }

u {
color: #FFFFFF; } 

#header {
  margin: 0px;
  padding: 0px;
  height: 330px;
}

#top {
  position: absolute;
  left: 5px;
  top: 282px;
  width: 690px;
  font-size: 10pt;
  font-weight: bold; 
  color: #FFFFFF;
  text-transform: lowercase;
}


#left {
  position: absolute;
  left: 6px;
  top: 332px;
  width: 160px;
  font-size: 8pt;
  color: #EAEEBF;
  font-weight: normal; 
}

#right {
  top: 335px;
  margin-left: 175px;
  width: 518px;
  font-size: 8pt;
  color: #EEEEEE;
  font-weight: normal; 
}

&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;

&amp;lt;div id=&quot;header&quot;&amp;gt;
&amp;lt;IMG NAME=&quot;main&quot; SRC=&quot;header.gif&quot; WIDTH=&quot;700&quot; HEIGHT=&quot;330&quot; BORDER=&quot;0&quot;&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;body&amp;gt;

&amp;lt;div id=&quot;left&quot;&amp;gt;

blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah 
&amp;lt;br&amp;gt;
&amp;lt;a href=&quot;&quot;&amp;gt;link&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;&quot;&amp;gt;link&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;&quot;&amp;gt;link&amp;lt;/a&amp;gt;
&amp;lt;a href=&quot;&quot;&amp;gt;link&amp;lt;/a&amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;div id=&quot;top&quot;&amp;gt;
home
&amp;lt;/div&amp;gt;

&amp;lt;div id=&quot;right&quot;&amp;gt;
&amp;lt;table border=&quot;0&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; width=&quot;519&quot;&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td bgcolor=&quot;#CEE021&quot;&amp;gt;&amp;lt;font color=&quot;FFFFFF&quot;&amp;gt;&amp;lt;p align=&quot;center&quot;&amp;gt;&amp;lt;b&amp;gt;title&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; &amp;lt;p align=&quot;justify&quot;&amp;gt;
blah blah blah blah blah blah blah blah &amp;lt;b&amp;gt;blah blah blah blah&amp;lt;/b&amp;gt; blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah &amp;lt;i&amp;gt;blah blah&amp;lt;/i&amp;gt; blah blah blah blah &amp;lt;a href=&quot;&quot;&amp;gt;blah blah&amp;lt;/a&amp;gt; blah blah blah blah &amp;lt;u&amp;gt;blah blah blah blah blah blah&amp;lt;/u&amp;gt; blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah 
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;

&amp;lt;tr&amp;gt;&amp;lt;td bgcolor=&quot;#CEE021&quot;&amp;gt;&amp;lt;font color=&quot;FFFFFF&quot;&amp;gt;&amp;lt;p align=&quot;center&quot;&amp;gt;&amp;lt;b&amp;gt;title&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; &amp;lt;p align=&quot;justify&quot;&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;

&amp;lt;tr&amp;gt;&amp;lt;td bgcolor=&quot;#CEE021&quot;&amp;gt;&amp;lt;font color=&quot;FFFFFF&quot;&amp;gt;&amp;lt;p align=&quot;center&quot;&amp;gt;&amp;lt;b&amp;gt;title&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; &amp;lt;p align=&quot;justify&quot;&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

&lt;/textarea&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;right, basically it&apos;d be nice to make the drop downs start where it says &apos;home&apos; and then I wanted to make it on the two lines. I don&apos;t even know if this is possible</description>
  <comments>http://community.livejournal.com/_css/113823.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>roonilwazl1b</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/113535.html</guid>
  <pubDate>Tue, 01 Jan 2008 20:59:14 GMT</pubDate>
  <title>NAVIGATION; like eljay</title>
  <link>http://community.livejournal.com/_css/113535.html</link>
  <description>I don&apos;t really know where to post this, but i was directed here, so I hope you can help me&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So, in the &apos;original&apos; viewing scheme of livejournal, remember the old one, before the set up all the new versions, i can&apos;t remember the name, but with the navigation on top, and then you hover over say &quot;Journal&quot; and then below on a horizontal line below the options Update, Recent, Archive, Friends etc appear and you then hover to them...Anyone following me so far...?&lt;br /&gt;&lt;br /&gt;It&apos;s a sort of drop down menu (I don&apos;t actually know) but I was wondering if anyone here knew how to repeat that coding, for a site or something...?&lt;br /&gt;&lt;br /&gt;I&apos;ve no idea how clear that was, so any help with be appreciated.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Let&apos;s go with a picture example &lt;a href=&quot;http://i69.photobucket.com/albums/i74/mirageicons/photos/misc/example.jpg&quot;&gt;HERE&lt;/a&gt;, for those who have no idea what I&apos;m talking about, they tend to help.&lt;br /&gt;&lt;br /&gt;HAPPY NEW YEARS!&lt;br /&gt;&lt;br /&gt;p.s. I&apos;m not a whiz at css, nor html, so don&apos;t start spewing vocab I may not get...sorry!</description>
  <comments>http://community.livejournal.com/_css/113535.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>roonilwazl1b</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/113274.html</guid>
  <pubDate>Sun, 30 Dec 2007 06:46:37 GMT</pubDate>
  <title>css dropdown behind flash video</title>
  <link>http://community.livejournal.com/_css/113274.html</link>
  <description>Hi All &lt;br /&gt;&lt;br /&gt;I was wondering if someone can please help me. I created a css menu which works fine but when I put a video on the page the drop down goes behind it in IE7. When I had a picture where the video was it was fine.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.smallstreamsalmonfishing.com/&quot; target=&quot;_blank&quot;&gt;View here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Heres the css &lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;br /&gt;/* CSS Document */&lt;br /&gt;A:link {&lt;br /&gt;	COLOR:#003366;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;A:visited {&lt;br /&gt;	COLOR:#666666;&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;A:hover{&lt;br /&gt;text-decoration:underline;&lt;br /&gt;color:#000033;&lt;br /&gt;}&lt;br /&gt;#updates{&lt;br /&gt;	border-bottom:#000000 solid thin;&lt;br /&gt;	background:#FFFFFF url(sssfimages/tinybluesalmon1.jpg) no-repeat left;&lt;br /&gt;	color:#000000;&lt;br /&gt;	padding-bottom: 4px;&lt;br /&gt;	padding-top: 4px;&lt;br /&gt;	text-align:center;&lt;br /&gt;	font-weight:600;&lt;br /&gt;	font-size:18px;&lt;br /&gt;	margin: 0px;&lt;br /&gt;}&lt;br /&gt;#footer {&lt;br /&gt;background:url(sssfimages/footerbox.gif) no-repeat;&lt;br /&gt;}&lt;br /&gt;#updatetext{&lt;br /&gt;color:#000000;&lt;br /&gt;padding:5px;&lt;br /&gt;padding-top:0;&lt;br /&gt;text-align:justify;&lt;br /&gt;font-size:small;&lt;br /&gt;font-family:Georgia, &quot;Times New Roman&quot;, Times, serif&lt;br /&gt;}&lt;br /&gt;#updatetext2{&lt;br /&gt;color:#003366;&lt;br /&gt;padding:5px;&lt;br /&gt;padding-top:0;&lt;br /&gt;font-size:small;&lt;br /&gt;font-family:&quot;Courier New&quot;, Courier, mono;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#boxes{&lt;br /&gt;	background:#4EA5D0;&lt;br /&gt;	border:solid #000000 thin;&lt;br /&gt;	width:177px;&lt;br /&gt;}&lt;br /&gt;#imgdesc{&lt;br /&gt;	padding:5px;&lt;br /&gt;	border:thin solid #176CD7;&lt;br /&gt;	float:right;&lt;br /&gt;	margin-top: 15px;&lt;br /&gt;	margin-right: 5px;&lt;br /&gt;	margin-bottom: 5px;&lt;br /&gt;	margin-left: 5px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#imglogos{&lt;br /&gt;padding:5px;&lt;br /&gt;border:thin solid #FFFFFF;&lt;br /&gt;background-color:#000033;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#rivers {&lt;br /&gt;	background-color: #4EA5D0;&lt;br /&gt;	border:#000000 thin solid;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#rivers td{&lt;br /&gt;padding:5px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#leftport {width:95%; &lt;br /&gt;padding: 10px 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#leftport dl {&lt;br /&gt;width: 95%;&lt;br /&gt;float:left;&lt;br /&gt;margin: 10px 20px;&lt;br /&gt;padding: 0;&lt;br /&gt;display:inline;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#leftport dt{&lt;br /&gt;float: inherit;&lt;br /&gt;margin: 0;&lt;br /&gt;padding: 0;&lt;br /&gt;font-size: 130%;&lt;br /&gt;letter-spacing: 1px;&lt;br /&gt;color:#003366;&lt;br /&gt;}&lt;br /&gt;#leftport h3{&lt;br /&gt;font-size: 130%;&lt;br /&gt;text-decoration:underline;&lt;br /&gt;letter-spacing: 1px;&lt;br /&gt;color:#003333;&lt;br /&gt;}&lt;br /&gt;#leftport dd{&lt;br /&gt;	margin: 0;&lt;br /&gt;	padding: 0;&lt;br /&gt;	font-size:100%;&lt;br /&gt;	color:#003333;&lt;br /&gt;	border-top-color: #FFFFFF;&lt;br /&gt;	border-right-color: #FFFFFF;&lt;br /&gt;	border-bottom-color: #FFFFFF;&lt;br /&gt;	border-left-color: #FFFFFF;&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;#leftport dd.img img{&lt;br /&gt;text-align:justify;&lt;br /&gt;float: left;&lt;br /&gt;margin: 0 8px 0 0;&lt;br /&gt;padding: 4px;&lt;br /&gt;border-right-color:#6633FF;&lt;br /&gt;background:#CCCCCC;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.suckertreemenu ul{&lt;br /&gt;margin: 0;&lt;br /&gt;padding: 0;&lt;br /&gt;list-style-type: none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/*Top level list items*/&lt;br /&gt;.suckertreemenu ul li{&lt;br /&gt;position: relative;&lt;br /&gt;display: inline;&lt;br /&gt;vertical-align:middle;&lt;br /&gt;float: left;&lt;br /&gt;background-color: #000033; /*overall menu background color*/&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/*Top level menu link items style*/&lt;br /&gt;.suckertreemenu ul li a{&lt;br /&gt;display: block;&lt;br /&gt;width: 90px; /*Width of top level menu link items*/&lt;br /&gt;height:33px;&lt;br /&gt;padding: 0 8px;&lt;br /&gt;font-family:&quot;Calligraph421 BT&quot;, Arial, &quot;Times New Roman&quot;;&lt;br /&gt;font-size:16px;&lt;br /&gt;background:url(sssfimages/menubg.jpg) repeat-x;&lt;br /&gt;border-left: 1px solid black;&lt;br /&gt;text-decoration: none;&lt;br /&gt;color: #000000;&lt;br /&gt;vertical-align:middle;&lt;br /&gt;}&lt;br /&gt;	&lt;br /&gt;/*1st sub level menu*/&lt;br /&gt;.suckertreemenu ul li ul{&lt;br /&gt;&lt;br /&gt;left: 0;&lt;br /&gt;position: absolute;&lt;br /&gt;top: 1em; /* no need to change, as true value set by script */&lt;br /&gt;display: block;&lt;br /&gt;visibility: hidden;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/*All subsequent sub menu levels offset after 1st level sub menu */&lt;br /&gt;.suckertreemenu ul li ul li ul{ &lt;br /&gt;left: 159px; /* no need to change, as true value set by script */&lt;br /&gt;top: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* Sub level menu links style */&lt;br /&gt;.suckertreemenu ul li ul li a{&lt;br /&gt;display: block;&lt;br /&gt;width: 160px; /*width of sub menu levels*/&lt;br /&gt;color: white;&lt;br /&gt;border: 1px solid black;&lt;br /&gt;text-decoration: none;&lt;br /&gt;padding: 0 5px;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.suckertreemenu ul li a:hover{&lt;br /&gt;background:url(sssfimages/menubgfish.jpg) repeat-x;&lt;br /&gt;color: navy;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/&lt;br /&gt;padding-top: 1em;&lt;br /&gt;}&lt;br /&gt;/*Background image for top level menu list links */&lt;br /&gt;.suckertreemenu .mainfoldericon{&lt;br /&gt;background: #F3F3F3 url(sssfimages/menubgfish.jpg) no-repeat center right;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/*Background image for subsequent level menu list links */&lt;br /&gt;.suckertreemenu .subfoldericon{&lt;br /&gt;background: #F3F3F3 url(sssfimages/menubgfish.jpg) no-repeat center right;&lt;br /&gt;}&lt;br /&gt;/* Holly Hack for IE \*/&lt;br /&gt;* html .suckertreemenu ul li { float: left; height: 1%; }&lt;br /&gt;* html .suckertreemenu ul li a { height: 1%; }&lt;br /&gt;/* End */&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;thanks so much!</description>
  <comments>http://community.livejournal.com/_css/113274.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>kungfuey23</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/113112.html</guid>
  <pubDate>Tue, 18 Dec 2007 21:41:09 GMT</pubDate>
  <title>Hello )</title>
  <link>http://community.livejournal.com/_css/113112.html</link>
  <description>Can anyone help me, please? Is there any way to change the names of the month in the calendar? For example, if I want December to be displayed as a &quot;A month of stars&quot;. Is it even possible?</description>
  <comments>http://community.livejournal.com/_css/113112.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>hoshi_no_yami</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/112665.html</guid>
  <pubDate>Thu, 06 Dec 2007 10:42:47 GMT</pubDate>
  <title>Height help / Nifty corners</title>
  <link>http://community.livejournal.com/_css/112665.html</link>
  <description>I realise this will probably turn out to be something obvious, but I&apos;ve been researching and trying things for ages and going in circles.  Any help much appreciated.&lt;br /&gt;&lt;br /&gt;I apologise for the abominably perky colour scheme, but I&apos;m stuck with it. ;)&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://i5.photobucket.com/albums/y158/telatharr/isIE.gif&quot; border=&quot;0&quot;&gt;&lt;br /&gt;&lt;br /&gt;Looks reasonably similar in Firefox.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://i5.photobucket.com/albums/y158/telatharr/shouldbe.gif&quot; border=&quot;0&quot;&gt;&lt;br /&gt;&lt;br /&gt;Mocked-up as it should be.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Validates as XHTML except for onMouseOver etc. CSS validates.&lt;br /&gt;&lt;br /&gt;Page &lt;a href=&quot;http://www.tmbishop.com/&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;CSS &lt;a href=&quot;http://www.tmbishop.com/main.css&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please save me from despair.  All help appreciated.&lt;br /&gt;&lt;br /&gt;Also: has anyone used NiftyCorners / NiftyCube to get rounded corners with CSS?</description>
  <comments>http://community.livejournal.com/_css/112665.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>jexia</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/112620.html</guid>
  <pubDate>Thu, 06 Dec 2007 02:31:17 GMT</pubDate>
  <title>Navigation suckage in IE</title>
  <link>http://community.livejournal.com/_css/112620.html</link>
  <description>&lt;a href=&quot;http://tinyurl.com/yva3zm&quot;&gt;My Site&lt;/a&gt;. Having navigation layout troubles in IE — it looks horrible. The HTML is a standard unordered list. The page validates XHTML. Help? CSS and screenshots after the cut.&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The main problem is the navigation at the top of the page. It should look like this:&lt;br /&gt;&lt;img src=&quot;http://tinyurl.com/2bn7es&quot; /&gt;&lt;br /&gt;&lt;br /&gt;But in IE6 I get:&lt;br /&gt;&lt;img src=&quot;http://tinyurl.com/2esohx&quot; /&gt;&lt;br /&gt;&lt;br /&gt;And in IE7:&lt;br /&gt;&lt;img src=&quot;http://tinyurl.com/2zk5v9&quot; /&gt;&lt;br /&gt;&lt;br /&gt;My CSS:&lt;br /&gt;&lt;br /&gt;/* Top Menu */&lt;br /&gt;#topmenu {&lt;br /&gt;	background: #202020;&lt;br /&gt;	position: fixed;&lt;br /&gt;	top: 0em;&lt;br /&gt;	height: 30px;&lt;br /&gt;	width: 100%;&lt;br /&gt;	margin: 0px 0px 0px -8px;&lt;br /&gt;	border-bottom: 1px solid #990000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#topmenu ul {&lt;br /&gt;	font: bold 1em/70px &quot;Century Gothic&quot;, &quot;Trebuchet MS&quot;, sans-serif;&lt;br /&gt;	letter-spacing: 2px;&lt;br /&gt;	list-style-type: none;&lt;br /&gt;	text-transform: uppercase;&lt;br /&gt;	width: 900px;&lt;br /&gt;}&lt;br /&gt;#topmenu ul li {&lt;br /&gt;	float: right;&lt;br /&gt;	margin: -30px 70px 0 0;&lt;br /&gt;	text-align: center;	&lt;br /&gt;}&lt;br /&gt;#topmenu ul li a {&lt;br /&gt;	color: #CC0000;&lt;br /&gt;	height: 100%;&lt;br /&gt;	text-decoration: none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#topmenu ul li a:hover {&lt;br /&gt;	border: 0;&lt;br /&gt;	color: #FF3333;&lt;br /&gt;	text-decoration: none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#topmenu ul li a:active {&lt;br /&gt;	border: 0;&lt;br /&gt;	color: #FFFFCC;&lt;br /&gt;	text-decoration: none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;I&apos;m guessing I need a hack for IE...any suggestions? The secondary problem is the way my name places. It&apos;s correct in the Firefox picture, closer to the middle. I defined that with a percentage margin, which it seems IE doesn&apos;t like. Thanks for any help!</description>
  <comments>http://community.livejournal.com/_css/112620.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>systemtangent</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/112148.html</guid>
  <pubDate>Wed, 28 Nov 2007 22:12:27 GMT</pubDate>
  <title>CSS fix -  filling up space when there is no content dynamically</title>
  <link>http://community.livejournal.com/_css/112148.html</link>
  <description>Problem: Your layout has a div within the main content, let&apos;s say a sidebar. You would like this to be the same height as the main content, even though there is less content, however, you do not want to set a height to either the main content or the sidebar. Let&apos;s say you have a border separating the two, or a lovely off-set background image in your sidebar. There is a way!&lt;br /&gt;&lt;br /&gt;Here&apos;s your markup:&lt;br /&gt;&lt;textarea style=&quot;height:200px; width:300px;&quot;&gt;
&amp;lt;div class=&quot;content&quot;&amp;gt;
&amp;lt;div class=&quot;main&quot;&amp;gt;
this is my foobar blog
&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;secondary&quot;&amp;gt;
here is my sidebar
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;Let&apos;s say you want your sidebar on the right and your main content on the right.&lt;br /&gt;Here&apos;s your CSS.&lt;br /&gt;&lt;br /&gt;&lt;textarea style=&quot;height:200px; width:300px;&quot;&gt;

div.content {
position:relative;
width:800px;
overflow:hidden;
}
div.main {
width:420px;
float:left;
}
div.secondary {
width:300px;
position:absolute;
top:0px;
bottom:0px;
float:right;
}
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;I&apos;ve found a few other uses for this method, as well, but this seems to be the most wide-spread. Feel free to comment with other uses!&lt;br /&gt;&lt;br /&gt;This DOES also work with horizontal content. Just use left/right instead of top/bottom. You can also use all four to fill the space entirely.&lt;br /&gt;&lt;br /&gt;For IE 6 - &lt;br /&gt;&lt;br /&gt;In your ie6screen.css:&lt;br /&gt;&lt;br /&gt;&lt;textarea style=&quot;height:200px; width:300px;&quot;&gt;

div.content {
overflow:visible;
height:0px;
}

&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And check the site!&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.cherstewart.com&quot;&gt;http://www.cherstewart.com&lt;/a&gt;</description>
  <comments>http://community.livejournal.com/_css/112148.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>chertothepalla</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/111684.html</guid>
  <pubDate>Fri, 23 Nov 2007 16:12:48 GMT</pubDate>
  <title>Compatibility Issues</title>
  <link>http://community.livejournal.com/_css/111684.html</link>
  <description>Hello!&lt;br /&gt;&lt;br /&gt;In March of this year, I tried my hands at making my Portal - www.toxic-stars.net - Firefox friendly.  I promptly gave up on that project when nothing worked.&lt;br /&gt;&lt;br /&gt;Since I&apos;ve made the conversion from IE to Firefox, I decided that I really should make my Portal pretty on Firefox.  I mean, I&apos;m going to have to look at it on Firefox anyway.  I don&apos;t want to open a new window just so I can bask in its loveliness on IE and only IE.&lt;br /&gt;&lt;br /&gt;The problem is...well...it&apos;s aesthetic.  The text BLEEDS onto my layout when you view my site on Firefox.  Check out these cute screen-shots I made for you guys:&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;&lt;img src=&quot;http://img.photobucket.com/albums/v243/kiokochan/ie_screen.jpg&quot;&gt;&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid2&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;&lt;img src=&quot;http://img.photobucket.com/albums/v243/kiokochan/firefox_screen.jpg&quot;&gt;&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&apos;ve tried re-adjusting the frame, but it causes major problems in IE, and looks nice on Firefox.  There is no happy medium.  There just isn&apos;t.  And I can&apos;t begin to understand why there&apos;s no happy medium, because my pixel art site looks brilliant on both browsers.  There IS a way to make this all work.  But it just WON&apos;T.&lt;br /&gt;&lt;br /&gt;My question is...how the crap can I fix this problem?  If someone needs to check out my code, I&apos;ll be more than happy to post it under an LJ cut.&lt;br /&gt;&lt;br /&gt;Thanks in advance!</description>
  <comments>http://community.livejournal.com/_css/111684.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>stardoll</lj:poster>
</item>
<item>
  <guid isPermaLink='true'>http://community.livejournal.com/_css/111382.html</guid>
  <pubDate>Wed, 14 Nov 2007 00:50:55 GMT</pubDate>
  <title>Question about hover...</title>
  <link>http://community.livejournal.com/_css/111382.html</link>
  <description>I&apos;ll try to explain my problem as good as I can: &lt;br /&gt;&lt;br /&gt;- Go &lt;a href=&quot;http://prelude.pathofstardust.net/cards.php&quot;&gt;here&lt;/a&gt;. That&apos;s my site. &lt;br /&gt;- Hover over any of the links in the main content (&lt;b&gt;not&lt;/b&gt; the ones in the sidebar). You&apos;ll see that when you do so, the word becomes white, and the background of the word turns into that pink-ish color the word had originally.&lt;br /&gt;- Click the link.&lt;br /&gt;- Go back, refresh the page just in case.&lt;br /&gt;- Hover again. If you get the problem I&apos;m getting, the word will now be the same color than the background (all pink) when hovering.&lt;br /&gt;&lt;br /&gt;It happens to all of the links after they&apos;ve been clicked once.&lt;br /&gt;&lt;br /&gt;Anyone happen to have an idea of what&apos;s going on?&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea rows=&quot;7&quot; cols=&quot;28&quot;&gt;

body {
background: #B21617 url(http://i3.photobucket.com/albums/y86/Lauchis/tcg/bg3.jpg) repeat-y;
font-family: verdana;
font-size: 7pt;
color: #ffffff;
margin-left: 5px;
margin-right: 5px;
letter-spacing : 0;
line-height : 17px;
}

div#top {
width: 600px;
height: 250px;
position:absolute;
top: 0px;
left: 170px;
}

div#sidebar {
width: 15%;
min-height: 100%;
position: absolute;
top: 270px;
left: 0px;
background-color: #000000;
padding-left: 7px;
padding-top: 7px;
padding-right: 7px;
letter-spacing : 0;
line-height : 17px;
font-size: 7pt;
color: #ffffff;
font-family: verdana;
}

div#nav {
background-color: #000000;
color: #ffffff;
}

div#nav:hover {
background-color: #cc9696;
color: #ffffff;
}

div#content {
background-color: #711111;
width: 573px;
position:absolute;
top: 270px;
left: 170px;
font-family: verdana;
color: #ffffff;
font-size: 7pt;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 7px;
padding-top: 7px;
margin-left: 5px;
margin-right: 5px;
letter-spacing : 0;
line-height : 17px;

}

table, tr, td {
font-family: verdana;
font-size: 7pt;
color: #ffffff;
padding: 5px;
text-align: left;
}

h2, h3 {
font-family: arial;
color: #ffffff;
letter-spacing: 3px;
text-align: right;
margin-left: 5px;
margin-right: 5px;
font-weight: bold;
}

h4 {
font-family: georgia;
color: #000000;
letter-spacing: 2px;
margin-left: 5px;
margin-right: 5px;
font-size: 11pt;
font-weight: normal;
}

p {
font-family: verdana;
font-size: 7pt;
color: #ffffff;
margin-left: 5px;
margin-top: -9px;
margin-right: 5px;
letter-spacing : 0;
line-height : 17px;
}

i {
color: #cc9696;
}

b {
color: #cc9696;
}

a:link {
text-decoration: none;
color: #cc9696;
font-weight: bold;
}

a:hover {
background-color: #cc9696;
color: #ffffff;
cursor: crosshair;
font-weight: bold;
}

a:visited {
text-decoration: none;
color: #cc9696;
font-weight: bold;
}

a:active {
text-decoration: none;
color: #ffffff;
font-weight: bold;
font-style: italic;
}

input.button {
	clear: both;
	float: none;
	display: block;
	margin-left:0px;
	width: auto;
	cursor: crosshair;
        background: #ffffff;
        border-width: 1px;
        border-style: dotted;
        border-color: #000000;
}
&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks a lot!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EDIT:&lt;/b&gt; Okay, wait... After months of not understangint it, I just got what the problem is: the link is the same color prior and post visit, because I don&apos;t want my links to change color. BUT the background color when hovering is always the same, because that can&apos;t be changed. My question now is &lt;b&gt;is there a way to make the text be white when hovering even after it&apos;s been visited, if the after visited color is different?&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;I&apos;m terribly sorry for the mess.</description>
  <comments>http://community.livejournal.com/_css/111382.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>lauchis</lj:poster>
</item>
</channel>
</rss>
