When using sIFR on the titles (.content h1.pagetitle) in my WP theme, it somehow messes up the spacing and pushes the title down. The actual flash video is the same size as the font, so I think it has something to do with CSS, though I've tried just about everything I could think of and can't get it lined up properly. Here's a link to th...
Hello,
Please help me in this. I need to create a layout using percentage widths. I have a wrapper that is 100% width.
Now I have a DIV (the main wrapper.. I want to keep it at 94% width percentage.. 94% of 100% body).. okay fine
So to make this simple.
-> BODY 100% width set
--> CONTAINER 94% width
---> FIRST CHILD DIV 70% float l...
How to make round corners with Nifty technique. I included niftycube.js and then called the function Nifty("div.firstblock");. But its not working. Whether i have to include any other JavaScript or CSS??. Help
...
I want to know the list of files to included while using jquery's round corners plugin. And how to use the functions in that Javascript. I need a round corner in my website with pure css and Javascript without images
...
Having asked this question How to reach CSS zen?, I now understand that the issues I have are mostly related to positioning. I've found some articles telling that CSS is not always good enough as a layout system.
http://echochamber.me/viewtopic.php?f=11&t=40154
http://www.flownet.com/ron/css-rant.html
http://blog.workaround.org/200...
How can I scale a div to fit inside the browser view port but preserve the aspect ratio of the div. How can I do this using CSS and/or JQuery?
Thanks!
...
I know, a vaque title but it's hard to describe what I want in one sentence.
My problem is as follows, I have a template with several dropdown menus activated by jQuery. The dropdown lists appear as second level navigational items within a the first-level list, as follows:
<ul class="tools">
<li class="dropdown">
<a href="#">Tool...
I'm a sometime developer who is trying to get up to speed on customer-facing sites. I have a designer (who has years of experience, but it's all been print, so she's also ramping up on web design) so I'm not looking for design or usability tips. What I am interested in hearing about is the step-by-step process of doing the actual coding ...
Im using http://phase-change.org/jquery.gridlayout to achieve the fluid layout of several divs in my layout.
I need to keep a div on the right which contains my main menu the rest its just the content divs.
I cant figure out how to maintain the menu on the right without floating it or making the grid elements respected the menu and rea...
hi, I have the following form
<form id="enter_email" method="post" action="">
<input type="text" value="enter email" />
<input type="image" src="images/buttons/join-now.png" />
</form>
I was wondering if I can delete the value that shows on the text box by just css :focus alone,
thanks
...
In the screen shot, you will see where there is a white space, it will stretch to fit (width: 100%) http://i29.tinypic.com/24v0gma.png
The light yellow and darker yellow css class here, called article:
.article {
padding:10px;
overflow:auto;
}
The left col css class here:
.col-left {
float:left;
position:relative;
...
When i put a long continuos string in my fixed width td ,it is not getting wrapped. The sting increases the width of my table. Can anybody plz help me with this.
for. e.g.
this is my text --- works fine as in td width is fixed only height increases
but if i insert
thisismytext --- then it increases the width of my table.
...
So ive been doing html for a little while now.. but I keep running into issues when I use margins. This causes me to usually just use padding.
Anyway, let me give you an example of something I am working on currently.
http://vasoshield.xcsit.com/index.html
Main structure :
<div id="main">
<div id="header">
<div id="mainNav"...
If you found an answer or the question useful please upvote them.
how do I create an HTML table with fixed/frozen left column and scrollable body?
I need a simple solution. I know it's similar to some other questions, like:
http://stackoverflow.com/questions/684211/html-table-with-fixed-headers-and-a-fixed-column
http://stackoverflow....
Anybody know more about print stylesheets than I do.
I'm working on a printable list of events, the printer prints one page fine, but cuts off some of the text on the bottom, then it print a second blank page
I've tried everything I know but am at a loss.
here's the link
...
hello,
The following dropdown menu works fine in modern browsers (IE7/firefox) but not in IE6. Can someone suggest a fix?
CSS:
#menu {
height: 29px;
background: url(img/menu.png) repeat-x top;
border-left: 1px solid #0b2f3e;
border-right: 1px solid #0b2f3e;
position: relative;
}
#menu ul {
display: none;
p...
I need a round corner on my website. I'm fairly inexperienced with jQuery and JavaScript in general; what's the proper way to load and call this plugin?
...
Hi Guys,
I am new to javascript and still learning the ropes. I am trying to use addClass to a subclass
I assumed that this would work:
jQuery('#wrow .text').addClass("error");
jQuery('#wrow .text').removeClass("error");
But it doesn't ? Little unsure how to do this to subclasses ? I am sure you gurus will help in a jiffy! :)
Edi...
I have a weird situation with my sharepoint css.
It is deployed as part of a .wsp solution and up until now everything has been fine.
The farm it deploys too has a couple of webfront ends and a single apps server and SQL box.
The symptom is that if I deploy the solution, then use a webbrowser to view the page it has no styles, and if ...
I'm trying to get up to speed on HTML/CSS/PHP development and was wondering how I should validate my code when it contains content I can't control, like an RSS feed?
For example, my home page is a .php doc that contains HTML and PHP code. I use the PHP to create a simple RSS reader (using SimpleXML) to grab some feeds from another blog ...