iopet
-
Right side background-positioning
"lookslikepat" said:And on a side note, if the (x)html is stated as RightToLeft in the header, will that make background-position: x y; "right" ? You can specify the direction of any element, not necessarily the header, and no, t…
-
Wrap a DIV around PHP code?
You don't need to echo every line individually... or Hey people
-
why is everything different in IE
http://validator.w3.org/check?verbose=1 ... index.html
-
Match first element
Wrap the .foo divs inside another div, like so: text text text text text text text text text text text text text text text Then add: #lotsafoos .foo:first-child{font-weight:700} or using jQuery $(function(){ $(\"#lotsafoos .foo:fi…
-
Put an Image behind every link (Solved)
a { background: url(\"link.png\") no-repeat 100% 50%; padding-right: 15px; /* the width of your image */ }
-
"Band/Badge" thing
Or, more simply, add a background image to the existing division... .online { background-image: url(online.png); background-repeat: no-repeat; background-position: 100% 0 } phpBB uses a condition to call the class on the post division when you…
-
FF inserting padding/margin at top of page
Change position: relative;for .oneColFixCtr #pos-statement toposition: absolute;
-
Are there a way to display OL with numbers horizontally?
Give it a margin, e.g. using TheDoc's example: * {margin:0;padding: 0;} #decimal li {float:left; margin: 0 10px 0 30px;} Coffee Tea Coca Cola
-
CSS Rollover/hover question
"synic" said:No dice, eh? Using Chris' example, add: ul li a:hover { color: #999; font-weight: 400; } ul li a em:hover { color: #900; font-weight: 700; }
-
Ordered list numbers not showing in IE
Add a ~30px padding-left to ol.top
-
Absolute Columns
I'd not taken a look in IE7, and it looks like it needs the "zoom: 1" declaration too, so change #left Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magn…
-
CSS Text Area & background Help
Could you post the code you've got now?
-
Absolute Columns
How does it work better? The 'clear' attribute is deprecated, by the way
-
Absolute Columns
Find the "/* EXAMPLE STYLES */" heading, replace with: /* EXAMPLE STYLES */ #container {position:relative} #column-right {float:right; width:480px} #column-left {position:absolute; top:10px; bottom:10px; left:10px; width:250px; overflow:au…
-
-webkit-border-radius & background-color
You've got to set them separately in Webkit, I believe: -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;
-
The problem with body{font-size:62.5%;} and em's!
tcindie is right on the money. The em's will all still apply the same, whether you've html { font-size: 16px;} body { font-size: 62.5%;} or just... body { font-size: 10px;} The 'body' is more specific and will take precedence ov…
-
RESOLVED - Joomla pdf print email Icon positioning
The icons are inheriting a 30px margin from img{border:none; margin:30px; padding:0;} If you want to keep that margin for other images add: .buttonheading img { margin: 0;}
-
CSS horizontal nav
Find: ABOUT US EXECUTIVE BOARD LINKS FLYERS PICTURES CONTACT US Replace with: contact us about us executive board links flyers pictures Find: #menubar { font-size: 10pt; di…
-
First website
I've changed quite a few things, what do you guys think now?
-
Difference between 'a:link' and just 'a'
http://img175.imageshack.us/img175/3417/60204461nx0.jpg