Hello everyone.
I am currently working on my portfolio website which uses a very simple navigation.
However what I want to do is have the drop shadow beneath the type become stronger (read: higher opacity/ darker) when the type is being hovered on.
Right now my code looks as follows and does not generate any errors but simply does not ...
I have looked for a good solution for rendering a PDF based on a web page / HTML string, that can also keep the CSS styling.
Does anyone know of any good solutions for this?
Thanks in advance.
...
I need to display a two column list of items according to the following rules:
Container for the columns has fluid width
Width of both columns needs to be equal
Items are dynamically rendered and at least one will be displayed
Item ordering needs to flow down the left column first, then the right
Items need to line up evenly across the...
Hello,
my question is if it is possible to reset css styles (a lot off them) for a single div
and all elements that are contained in that div.
I am asking, because I found this tutorial for a jquery shoutbox that has it's own
css file.
I can not just copy the styles over to my own css file, because it will screw up the rest off the pa...
Hi,
please check the HTML code below. The 3rd DIV is partially visible because it is overlayed by the 2nd (which has a white background). All good so far, everything displays correctly in both IE and Firefox.
The problem starts when I print the page. In Firefox it prints as displayed on the page. In Internet Explorer 8 it somehow print...
Can anyone explain a best practice approach to implementing a cache buster in SASS? Meaning, on 'compilation' of my CSS, it appends a timestamp to images files. E.g.,
The following SASS code:
!sprite="gubs.gif"
ul
li.selected
:background
:image= image_url(!sprite)
:repeat no-repeat
:position= "right" -222px
S...
I want a two column layout where the two columns are proportional in size to each other and won't overlap. The left column has only a little bit of content in the top of it and should scroll down with the page (float along with the page as it scrolls down.) The right column will have a lot of data and won't have a scrollbar, the browse...
Hello,
I was originally using the following code:
background-image: url(../images/tabbottom.gif);
background-repeat: no-repeat;
background-position: left bottom;
The problem is when I convert it to a sprite, I have a fixed background-position, say 0px -400px;
Now how do I place it at the left bottom then?
Also, can I use background...
Hi,
I want to render this list in a single line.
List item1
List item2
Should be shown as
*List item2 *List item2
What CSS style to use?
...
Every time there is a post from page the entire bunch of css gets reloaded. Is it possible to tell them not to come in again and again. There is a series of GET that get fired. Can we optimize in some way or is it normal behavior?
The environment is google apps in python.
...
Anyone know of a good technique that minify and combine CSS files from an ASP.NET App_Themes folder before including them in the page?
...
I know that XSLT itself has attribute-sets, but that forces me to use
<xsl:element name="fo:something">
every time I want to output an
<fo:something>
tag. Is there anything in the XSL-FO spec that would allow me to specify (let's say) a default set of attributes (margin, padding, etc.) for all Tables in the FO output?
Essentially...
How can I select the link elements of only the parent <ul> from a list like this?
<ul>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a>
<ul>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</li>
<li>...
I can only think of a client-side solution using jQuery, but is it possible to resolve the css porperties of a page's element from the server side?
I was thinking of using a CSS parser to fish out the properties, but that wouldn't work due to the cascade nature of CSS.
Thanks!
...
on the following site i have two hidden panels labelled "show map" and "show floor plans".
When the the header of each is clicked the slide panel is opened.
The floor plans is long and thus will go below the page view. is there anyway to keep focus at the bottom of the panel, so that when it's clicked you manage to see the whole windo...
When you open the yahoo main page at the top there is a search section that contains links like: Web, Images, Video, More
When clicking on the link the chosen section is activated and the text of the search button is being changed. The only part of the page that is updated is the search part at the top and the other parts of the website...
Making CSS for one website to support for all browsers in different version is really difficult. Especially, it needs to have different browsers set up.
I just wonder is it possible to test the CSS and make sure it works with all browsers without open each browser and manually check the layout?
or
Is there any quick or standard way to d...
I have a MasterPage that is two column layout, left column menu, right column content. The whole page is XHTML/Divs/CSS layout. So the columns are div's with CSS applied to size them.
For one page, a grid page, I want only one column (the content column) to be 100% width for maximum viewing area.
How can I use the same masterpage and ...
I'm using cluetip for my page, it's work fine in IE 6 and IE 7 but in firefox the rounded box can not wrapped all the content include an image and some text. I couldn't fix this all night long. Some one had an experience show me the way please! Thank you very much!
My code look like this:
<li>
<a href="#" class="scroll" rel="div#1">
<im...
Hi,
I am not looking for 100% standard compliant WYSIWYG editor, cos that is not possible (Well I have not heard about it). I am looking for something that is not DreamWeaver and as close to standard compliant as it can be.
My requirement is now that I am doing real-mockup of the project in HTML I just don't want to throw this work awa...