go41

the info you need to know


von Joern
Keine Kommentare

Hi there, My site is hereAs you can see I created a div called "woman" and it is supposed to be positioned on the left hand side of my Featured slide show. This is what my CSS looks like#woman (line 91){position: absolute;height: 357px;width: 130px;background-color: #ffffff;background-image: url("images/womanstanding.jpg");margin-top: 0pt;margin-right: 5px;margin-bottom: 0pt;margin-left: 5px;}But…


von Joern
Keine Kommentare

you are quite in the right place in style.css but you use font-color instead of the correct 'color'start here:#page-bar a:hover { text-decoration:none; display:block;font-color:#000000; }and change to:#page-bar a:hover { text-decoration:none; display:block; color:#000000; }this should change almost all text to white on hover.change other font-color: settings to color: or remove them____________________you find…


von Joern
Keine Kommentare

You can see a bit here:http://dump.no/files/8360519e8f6d/Scree ... .43_PM.pngSee how the two first post in the category "MP3" are shown before the rest are shown side by side? I want all post in "MP3" shown side by side. The new code you gave is shown at the top, which is great.…