I have a web page where I have a table nested inside of a TD tag (don't flame me for this, I have a good reason for doing it this way). When the page loads, I want to expand the height of the nested table to be the height of the TD cell that contains it. Currently I do it with code like this:
$(document).ready(function()
{
$('.Tak...
Hi folks,
I've been working with a developer on a web-based application. I have some experience with html and css mainly, and now that the heavy lifting is done, I'm wanting to start improving the design elements of the program (I know that is NOT the ideal situation, and in a perfect world, all design elements would have been consider...
Hey guys,
For one of my assignments I have to make 2 different CSS style sheets and I have done that. Now in the assignment it says that if I want to I can link the two style sheets to just one html page, so I'm guessing that there will be two options to switch between the two styles.
My question: How do I achieve this? I heard that the...
Hi, I am having a hard time trying to change the width of my h:outputLabel, but I still could not get it changed.
By using CSS, I can change the color, font, frame, anything but NOT the WIDTH.
Thank you so much.
...
I am attempting to use lesscss to build a templating system where each template has 3 or 4 alternative colour schemes.
So for example, I could have a red.less stylesheet that looks like this:
@main_colour: #ff0000;
@import 'main.less';
So, I only have one main.less stylesheet to maintain which contains all the main styles, and uses t...
Hello,
I have two questions:
I am trying to embed fonts via this page in the livedocs.
Can anyone tell me what I need to do to use an external style sheet? Should it be a style sheet or an mxml file?
I saw this tutorial, which offers quite a bit of good information (some of which I also found in the livedocs) via the comments.
EDIT...
I am trying to find out whether a piece of content included via ajax, needs it's own call to the stylesheet, or relies upon the stylesheet loaded of the calling page...
It just isn't clear how it is being styled, and what is the source of that stylings....
My educated gut tells me it get it's styling from the calling page, but i'd like...
Hi
Maybe there is already a question about this subject, but I couldn't find it.
My question is simple,
Can I use only divs on a page layout?
I got myself in trouble to create a div with corners for example.
A_____B______C
| |
D E F
| |
G_____H______I
take all letters as divs with some background,...
How do I remove a class from an element? I see in the documentation there's an $().swapClass(), but I don't see a $().removeClass().
...
In order to highlight a certain p element, I've written some JS to make it appear above a darkened background.
In order to do this, I used jQuery to create an overlay, and then clone the information p element and absolutely positioned it over the overlay.
Because it dropped a few CSS properties (not being inherited because of the new p...
Example:
<a href="example.com" title="My site"> Link </a>
How do I change the "title" attribute. By default, it just has yellow background and small font. I would like to make it bigger and change background color.
[edit] Is there CSS setting for the title attribute?
...
Hi all,
Bear with me, and my newbie jargon concerning CSS, I don't remember the last time I asked a question about it.
I am trying to style a menu, and am having troubles styling the "a tag" inside of the html table.
My default a tag styles are:
a:link { color : #69bfc8; text-decoration : none;}
a:visited {color : #69bfc8; text-decorat...
Hello!
If i use this code, unfortunatelly i get extra "row" after the dotted border. Could you help me, how can i set the "space" to 0, after the border?
<td style="height:50px; line-height:10px; margin-top:10px;" >
<div class="test"><p>test line 1</p></div>
<div class="test"><p>test line 1</p></div>
<div class="test"><p>test ...
I have a page but I am not able to determine it''s font style. I checked the view source but nothing is visible. Some lines are commented. Please let me know how to determine the font name:
<html>
<!-- InstanceBegin template="/Templates/inner.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
...
I have this website that I'm making for someone (immo-deal.be) and it shows certain elements in different places on different machines, but the browser being used (IE 8.0) is exactly the same.
I don't understand how that is possible? Anyone have an explanation?
Main element that moves is the flashing text moves up and bottom grey text...
I use position:fixed for creating a chat window like gmail
it works correclty in firefox but does not in IE and the page is locked (not scrolling)
the html code is below:
<div align="center" style="font:14px BNazanin,Arial" >
<form wicket:id="chatForm" style="position:fixed; bottom:0; right:5">
<table width="175" border="3"...
Is there a decent resource anywhere listing the fonts included with Mac OS X and (post-XP) Windows?
...
Should i check in all? or in any one is enough because all share same rendering engine Webkit.
My question is related to HTML CSS rendering.
I know one difference Safari for windows and MAC both have Font smoothing (anti -alisaing)
Is there any other differences?
...
please tell me the html syntax with example so that when i create a hyperlinked image.i get a comment generated beside it that what does this link will do?
...
Here is what I want to make, somehow:
1- A gradient background from top and down. There should be 2 colors, lets call them color1 and color2.
2- I want the gradient to be about one page, so it starts on top with color1, and then ends about one page down with color2.
3- Then I want color2 to continue all the way down for whatever size ...