Hi,
I have some html files with their own css. I want to use them in a gwt application so i copied the html and the css files in the application.
The problem is when i open the html it uses the gwt theme style. For example in my css the html 'body' background color is black, but it looks white unless i deactivate the theme.
How could ...
Mac os-x offers a little green orb of a button in lieu of the windows maximize that is a staple in the windows world. Apparently this button is suppose to resize the window to a "best fit" In the case of our web site, it's not doing that. Is there a setting of some kind that we can use to inform the mac browser of the appropriate size...
Is it possible to convert HTML + CSS into HTML for a system that doesn't handle CSS?
No, it doesn't handle inline CSS either :-(
...
Hey am developing a website where i want to display a div with a semi transparent background so that the page background is visible.
i want this to work on all browsers.
am fine using CSS , JS or jquery...
please give me suggestions and if possible some sample code..
Thanks in advance,
Raj
...
Which screen reader would be best to test site accessibility and how to configure that screen reader to test website (or default screen-reader setting would be ok) and which browser should be used to test accessibility with screen-readers?
Free or commercial it doesn't matter . Which can give best testing then site should be accessible ...
What is the quickest way to test validity of any xhtml css code snippet (not whole page} in W3C validator? and give link of that test in forum/question/discussion.
code snippet like this
<ul>
<li>Item one</li>
<li>Item two</li>
<li>Watch, you can easily nest list items: This item has some sub-items</li>
<ul>
<li>Sub-item on...
If you visit the page in Firefox 3.6
http://unirazz.com/images/ww/home.html
There is a space of around 10px above the content.
Whats causing this extra space on top?? any solution?
thanks
...
Mobile has low speed , internet subscription plans of mobile companies are "data upload/download based"
so bandwidth is the key in mobile site.
So what things we should avoid if me are making different css for mobiles or making different site for mobile.
some things i know to make mobile version of site quick to browse
Flash
silverl...
How to add the following properties to a jquery ui dialog?
background-color:white; filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8
and the dialog properties are
$bottombar = $(".bar", "#view").dialog({ height: 475, width: '100%', modal: false,
draggable: false,maximize: false , stack: t...
When I find the answer to this question I will feel like an idiot because I know I've solved it in the past, but it goes like this:
I've got a pretty simple little bit of code. It goes like this:
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset...
Take a lok at this site: http://www.naaf.no/fersking
If you hover the mouse over the three article boxes, you will see that both text and image changes.
I've placed the text in a DIV which floats above anothe div (image) with opacity set to 60%. But can anyone explain to me why the first article is approx 5px lower than the two other b...
Hi ,
In my question form page, small boxes are display , i dont know what is that ,
how it is displaying ,
I i remve the form tag, that that stupid small box are vanished,
Can u tell me , y small box are displaying.,
Thanks
link text
...
Morning all.
Im currently working on the following site:
http://www.web-design-contractor.co.uk/
username: codingforums
password: password
The site is to basically offer a my services as a sub contractor and produce a "round-about" quote ( as it is stupidly hard to let a form produce a quote when you dont know exactly what the proje...
Hi all,
I have this code:
<ol><li><a href=""><span><img src="/images/sized/images/uploads/books/book_1.jpg" width="100" height="165" alt="" /></span>
</a> </li>
<li><a href=""><span><img src="/images/sized/images/uploads/books/book_2.jpg" width="100" height="130" alt="" /></span>
</a> </li></ol>
How do I align the images vertic...
IF there is a div say
<div class="ref"><contents goes here</div>
How to specify in the css as body of the div .Meaning
<style>
.ref body {
/* ref body contents goes here*/
}
</style>
Can anything like the above be done?
If any one can explain the below also
<style>
.a > .bb
{
}
</style>
What does the above...
Hi, the title says it all,
Can someone point me in the right direction? I don't see why I can't get the achtergrond_homepage.png as background in rounded corners.
Edit: It looks like the grey color is allways on top of everything. Can it be that it's controlled in the javascript part?
This is the css:
@charset "utf-8";
/* CSS D...
Hello!
I try to validate my CSS code. I have no errors, only warning, but i dont like it.
I have 100 warnings, like this ones:
45 Same colors for color and background-color in two contexts #search and div.main_text
45 Same colors for color and background-color in two contexts div.testinput and div.main_text
45 Same colors for color ...
hello.
my CSS
ul{
overflow:hidden;
}
li{
display:inline-block;
}
my HTML
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
<li>e</li>
<li>f</li>
<li>g</li>
</ul>
i want to align all my li items in one line, if i did that everything works fine except that when 3 or 4 li's fills the first line on my body they go the the second line, ...
Hi,
I'm having problems with the following (example) code. What I'm trying to achieve is the following: div#id1 is a container div. This contains a div with an optional image and a div for body text. Div#id2 is similar. Div#id3 is a container div for the menu. It should be located to the topleft of #container. Now in case there is an im...
All,
A class jquery css class sets the following .
.newwidget { border: 1px solid #5a9ee9; background: #5a9ee9 url(t6.gif) 50% 50% repeat-x; color: #ffffff; font-weight: bold; text-transform: uppercase; padding:3px 3px 3px 10px; font-size:10px}
How to override this class and add a new class so that i can put different styles in it....