css

Problem with CSS(floating) in ListView ItemTemplate!

i am new in CSS and have a problem with styling ListView Control in ItemTemplate tag. my project language is rtl(persian) and i want to set the user image at the right and her/his infos to the left of the image. but this is the result: and here is the code for ListView: <asp:ListView ID="NokListView" runat="server" DataSourceID="Obje...

Problem with Css & Javascript

Hello, I am having nested DIV's. Below is the Example. <div id="one"> <div id="two"> </div> </div> I am calling a javascript function when we click on div one and div two. Now the problem is sometimes the size of div two is large so that div one goes behind div two. Actually if i click div two i want to call both div one an...

Hiding DIVs without IDs or Classes

My html page includes tons of text including lots of DIVs and Tables. At the end of the code, there's an automatically created code such as: <div id="fld1_date" ... style="position:absolute;visibility:hidden"> </div> <div id="fld3_date" ... style="position:absolute;visibility:hidden"> </div> <div id="fld8_date" ... style="position:ab...

Flashing menu items with HoverMenuExtender

Hi - I have a panel that has a HoverMenuExtender added so as to produce a sort of dropdown menu and my problem is that for a second when the page is loading you can get a glimps of the links in the menu. Any tips out there on overcoming this flashing of the menu items when the page is loading... <!--Hover-menu-1 --> <div id ="hoverMenu1...

Ways to hide first column of table through CSS.

This code is working on browsers other than IE: table.tbl.tr.td:first-child { display: none; } What shall I use for to make it work on all browsers? ...

more then one dragable div on the page

Hi all, I am using AJAX toolkit controls like DragControlExtender, AccordianPane etc on my page. I am plotting the Accordian Div on the map. Now on click of a button I want an another div (draggable, regardless through javascript or by DragControlExtender) should be visible and draggable. It should remain on the top of the google map b...

CSS renders differently on web server than on development environment.

Hello. I have this problem where the web application that I have created in my development environment, displays differently after I upload it to the web server. I am using the same browser and the same machine to view the pages. The only thing different, is the "server". I am using .net 3.5 and on my development environment the page...

Problems with IE7 keeping two buttons in a same line

Hi all, I have a problem with IE7. I'm trying to put 2 buttons in the same line.. but its not working only for IE7 in all other browsers it works as it should( didn't check IE6, will no check). Here is a picture so you know what I mean This black border you see is just something I put so I can see how long/tall is my div. Which css s...

Is it possible to override radio buttons style with css?

I need to make special radio buttons, is it possible to make my own images to cover default style of radio buttons? If it is not possible what is best way to do this with jQuery or is there good plugin for this? ...

Is it possible to use JSF to build clean CSS layouts without using tables?

I want to look at using JSF but I'm put off by what appears to be the liberal use of html tables for layout by many components. How do you go about using JSF to develop css-based layouts? [edit] I seem to be labouring under a misaprehension here, but every JSF tutorial I've seen ends up producing table-based html layouts. I've also lo...

Can I style a disabled control using CSS or script?

I have a HTML div element on a page that is updated when a select element on the page changes. Sometimes the input tags (text boxes) need to be disabled based on the selection. Here is the problem: the project stakeholders like the functionality, they just think in the "disabled" state, the text box contents are too light and therefore...

Get good @font-face fonts

Hello, do you know some good sites within good fonts that could be used in websites with font-face? There are some sites I know, but I search for fonts that I can use in "commercial projects" and they should be licensed optimally under MIT or (New) BSD? ...

Handheld media type in css vs another domain or subdomain for mobile enabled site?

While Handheld option is available in CSS then why some people use different subdomain and make different site for mobile? ...

HTML/CSS - Styling a large collection of hyperlinks?

I have a Master Links HTML page in use for my Intranet sites. On the page are 67 distinct links which are grouped under 7 section headers. Currently the links are organized via tables. Is there a better way to organize the links while making them visually distinctive? ...

span css help IE7 - How can I set the width?

I have this CSS and I cannot get the width set on a span element. Any ideas what I am doing wrong? #address-readonly { margin-left:150px !important; padding-left:100px; } I am using this in 2 areas in my application. Here is some of the HTML <tr> <th colspan="2">Address Details</th> <th><span id="address-readonly" class="a...

Putting a div on a new line (problem caused by floating <ul> elements)

So I have a 3 unordered lists like so: <ul class="menu"> <li class="heading">Title (Click To Download)</li> <li><a title="Download sample.mp3" href="http://example.com/sample.mp3"&gt;Sample Song</a></li> </ul> With the following css style: /* SITE MAP MENUS */ ul.menu { float: left; margin: 0 10px 0 10px; display: blo...

HTML layout: Title and Button

I'm to implement a fullscreen layout for a Web app according to custom specs. I've got most of it under control but there's one part I have some trouble with. To economize on space in an otherwise already crowded GUI, a "Log out" button should go into the title row rather than elsewhere. The title row, of course, contains a title. The b...

Becoming a Web Designer: CMS, or by hand

I'm biting the bullet and becoming a Web Designer, there are just too many good opportunities out there. I'm a professional SW engineer, so I want approach this correctly. So far I'm fairly good at HTML/CSS/Javascript all completely by hand. I'm also good with jQuery and Django with mySql. I've made some cool sites but it takes TOO L...

Specifying a single style sheet prblem.

In the case the html is opened in IE I want to use a different style sheet ONLY. However, it seems that it is pulling some elements properties from style.css as well. How can this be? Doesn't the [if gte IE 5] ensure only IEstyle.css is used? What is the best way to fix this? Thanks. <head> <title>!</title> <link rel="stylesheet"...

Navigation bar moves for no apparent reason

I was playing around with a website mostly for my learning purposes and on just one of my pages (the 'resume' page) the navigation bar is shifted about 5 pixels to the left than all the other pages. I see no reason why it shouldn't be exactly the same as the others. Does anyone have any idea why? www.the4amburrito.com ...