I have a setup like this:
<div class="item">
<img src="..."/>
<span class="item-detail"></span>
<span class="item-detail"></span>
<!-- ... -->
<span class="item-detail"></span>
</div>
<div class="item"><!-- ... --></div>
<div class="item"><!-- ... --></div>
<!-- ... -->
<div class="item"><!-- ... --></div>
Each of the ...
hi,
I have an issue with the border color in the table in this page: http://dl.dropbox.com/u/72686/print.html
I've added an empty row and specified a height to add some vertical space before the table bottom row.
However I cannot change the border color of this row. it is always gray. All the css code is inline.
thanks
...
Hey guys.. Check out the fading grey on top of the page and the grey for the footer here http://www.alcatel-lucent.com/wps/portal/BellLabs .. How do i get this using css... I tried using
#bgtop{
background-image:url('bg_top.JPG');
background-repeat:repeat-x;
margin-top:auto;
}
But this doesnt work.. Please help
...
hi,
I don't understand why the link ("55") in the top-right corner of this document is always underlined:
http://dl.dropbox.com/u/72686/print.html
I've specified text-decoration:none but it is still underlined.
Update:
I have an issue, I cannot add it to the link because it is self-generated html. Also, I don't have access to the t...
What's the easiest way to create drop shadows around div boxes? A print media designer sent me this example design:
As you can see, the drop shadow seems to "glow" around the div box. Is this easy to re-create with CSS? Or should I tell the designer it's impractical to create this?
...
I have a menu that contains submenus. Its HTML source looks like this:
<ul id="menu">
<li>
<a href="javascript:;">Menu 1</a>
<ul>
<li><a href="javascript:;">Item 1<a></li>
<li>
<a href="javascript:;">Subitem 1</a>
<ul>
<li><a href="javascript:;">Subsubitem 1</a></li>
</ul>
</...
I have an issue where I have a div that is positioned absoutely and I want to animate it off the page upwards (I'm animating a person jumping off the screen).
However, I need the element to be bottom: 0, but when I want the animation to finish I want the image to have top: -600px.
When I write
$("#jumper").animate({
top: "-600p...
Hello everybody!
I have problem in displaying drop-down menu. Please, see the example on:
http://staging.gwynconsulting.com/rif/hello-world-2/
When I hover 'Rent it finished', I can't display all menu items.
I tried to play with many css properties, but I can't make it work...
Thank you...
...
I used to be pretty ontop of the latest plugins but it's lost my attention recently (probably due to so many itentical blog articles called 'the best {num here} addons for firefox').
Last time i looked i found:
firequery and firepicker which are now indespensible,
so what's new?
any hot new extensions that have found their way into y...
Is it possible to change TD background when you hover over it?
I have tried td:hover {background:red} and td a:hover {background:red} without success.
Does this have to be done with javascript?
EDIT: restarted wamp now it works lol
...
for my web application, i would like the main div to be full screen (both width and height = 100%), and regardless of content, i want it to stay at that size. that means, if there are not much content, it shouldn't shrink, and if there are too much content, it shouldn't push this main div.
how can i do this?
(i'm ok with hacks applied ...
I am making a WYSIWYG webpage editor: http://brokenmyriad.com/editor2.php, however I have come across a problem when trying to add image functionality.
Note: the image is not inside a contenteditable element, but is just a normal floated image.
The problem can be recreated by clicking into either the paragraph or the heading and the cl...
If I have these rules:
width:50px;
height:100px;
-moz-transform: rotate(0deg)
and then an event changes the transform to:
-moz-transform: rotate(90deg)
logically, shouldn't that automatically exchange the width and the height? I need the rotate to switch width and height for accurate position detection.
Thanks,
Joe
...
Hey guys
I have my navigation bar using unordered links and using jquery for ui effects. This works fine. Now I have designed a search bar which matches the theme of the bar and wanna position it to the right of the nav bar. kinda like the vimeo website..
The problem is that i cannot include it in the same list cos i dont want the jque...
Hey guys
Ive installed media wiki as a part of my website. How do i theme media wiki so that it looks like my site? The guide refers to a common.css. Where is this file? How do i go about editing it? I cant just use my site css file rite?
...
I'm using YUI 3 CSS Reset on my page, but want to display a specific unordered list using the browsers default list styling.
I've put an example page up on the URL below to explain:
http://www.nsmith.me.uk/list.php
I want to be able to style <ul> on the page as if the css reset script wasn't included. For an example, add ?hideReset=1 o...
How do,
I've been teaching myself a little basic jQuery recently, doing so I stumbled across the idea of adding a slider to change the background colour of my page. I've figured out the .click and .css parts ok - it works fine with a div, which is incredibly exciting; but I'm having a little trouble implementing it using a range. I thin...
For some reason this site displays fine in all browsers but IE6. In IE6 the top navigation does not display at all... Any help would be much appreciated:
I have placed the code below (I had to take out image urls to post):
<div id="nav">
<ul>
<li class="floatLeft" id="contact">Contact</li>
<li id="about">About</li>
<li ...
Best practices?
How does this differ from HTML4 or XHTML1?
There's a lot of discussion going on over here: http://html5doctor.com/html-5-reset-stylesheet/
I'm wondering what other resources/discussion exists.
...
I have a layout that looks like this:
.-------------------.u
|#content |u
'-------------------'u
.-------------------.u
|#menu |u
'-------------------'u
.-------------------.u
|#morecontent vu
| vu
| vu
'-------------------'u
u's represent the body scrollbar and v's the ...