10,650 Topics
| |
Is there any chance, a div call a particular css and its class. when i include two css on my html header both are have some same class.In case i have css1 .h1 text-align:center;color:red; and css2 .h1 text-align:left;color:blue;.Now i need to call cssl from a div with h1 class in … | |
Hello, I treid this attribute on form, but I see one problem - but I shows message in english, but my site is in another languege. So its not nice to have english messages in lithuanian site. Isn't it posible to somehow translate? I tried quick google search on this … | |
I created a page with multiple sliders, and the sliders won't slide... I think it could be because of the z-indexes... but can anyone tell me why the sliders won't slide... I will post my code if needed :) Thanks | |
Hi, My name is Carl. Much thanks to anyone who can solve these problems I am having. I need to get raw data from a device that connects to the internet... I want to use HTML to get this data from this device which is communicating online and has it … | |
I am having an issue with the actual height of the main site navigation. It is not up against the main header image as it should be. The url to view the problem is: [Click Here](http://psychhealth.net/) I would greatly appreciate any help looking into this, thanks! | |
Hello Daniweb, I'm in the process of creating a rather large website and so I am wanting to make it as easy for myself in the future as possible. For example, if I migrate to a new design, I don't want to have to add all the existing content again … | |
[B]Hi all members Anybody can tell me how to get good backlinks and fast indexing? [/B] | |
ok, I'm worried that this has an obvious answer that I'm just not seeing for whatever reason... like when you forget how to spell 'the'. I have a table. It is assigned to the class "posTBL". The posTBL class is defined in the css as follows: .posTBL { background-color: #000000; … | |
I wrote this jquery slider for my main slider... it doesn't work... can someone tell me why? Jquery: function slideSwitch() { var $active = $('#slideshow IMG.active'); if ( $active.length == 0 ) $active = $('#slideshow IMG:last'); var $next = $active.next().length ? $active.next() : $('#slideshow IMG:first'); $active.addClass('last-active'); $next.css({opacity: 0.0}) .addClass('active') .animate({opacity: … | |
I am not an affiliate of 000Webhost. I just really appreciated what they had to offer. I don't use them any more because I run my website from my own LAMP server. They offer PHP, MYSQL, free emails, etc. It's a pretty incredible package. It took me a long time … | |
I created a tabbed menu and the menu tabs won't align to the left plus they don't "transition" properly... can someone tell me why? I will post my code if needed :) | |
Hi. I'm trying to create a small editor for a website. One of the features is a drag and drop interface. I'd like for the user to be able to drag elements to another position in the page. I was thinking of having an iFrame of the site, and applying … | |
Hi All, Im currently in the process of making a website that has 8 of morphing images changing. I wish to add text in a description box below the images, that would change along with the text. One other thing I plan to add is points that i would be … | |
i actually wanted start with web desining.... so please kindly let me kno with basic knowledge and introduction. it would be helpful if i get some proper tutor... | |
hello ! recently i complete my project management application in .net , now i want to make a attractive main form , i google alot and searching attractive interfaces of application of same domain. i want to you to guid me or if possible then give some links . you … | |
Hello, I basically trying to place texts on top of images. I have this in css: #bannernavtext {margin: 200px 0 0 750px; font-color:black; z-index:0; } #nav li { float: left; margin: 0 0 0 4px; list-style: none; background: url('images/banner nav.jpg') no-repeat top; z-index:-1;} #nav li.activeSlide a { /* background: #88f … | |
Okay, I'm rather new to computers, I mean *really* really new with them, I'm making a small page, just four boxes, one on top, one on bottom, and two side by side, spereated by a space, the right being larger. I can do the top, bottom, and the left,how do … | |
I know some of them and I wanted to ask you if you know any other prefixes than this ones -moz -webkit -o -khtml Thank you for any help | |
What are the factors that we should take care while designing the logo of a site? Thnx....:) | |
Okay, I'm trying to do something, and I have no idea what's going on. Without having to spend a long time learning *another* programming language, all I want to do is target a div with a link from another div. http://www.vinceswebservices.com/bmcleod/main.html Okay, what I want is to click the Menu … | |
Hello All I am developing 1 very simple site and I am totally confused "HOW TO DISPLAY MY DIFFERENT CONTENTS IN <DIV>". Detail - My links as are in left side in **<DIV class="image002-03">** and on clicking on them I just want to display the content of link in Mid … | |
Hi, I want to create a program where I enter my data and it creates an image. I want to have the option to easily save the new created image. I provide you with an image with some data and I want you to create the same image containing new … | |
The issue I'm having is that I need to add a second stylesheet to my web site. But I'd rather not update the 20+ HTML pages with a <link href="" /> code. Is there any way to link from the existing stylesheet to another? That way I only change one … | |
Hi! An issue I'm having is using CSS's font-family code to change the font of my website's text. However, the issue is that the font I need is not native to Windows. I know I could download the font and view it like that. But this is of course not … | |
Hello, I basically trying to erase the underline on the websitelink. I have this : style.css #newlink a:link{font-color:blue; list-style:none;} weblink.php <div id="newlink"><a href="http://www.website.com">www.website.com</a></div> What else should I edit? The weblink is still underline and the font color still does not change. | |
Hi! I am making a simple box and inner box. The outer box is white and the inner box is purple. The inner box width is static (95%, i understand this is not necessarily static, but in the context of the height you'll understand) but the height is set to … | |
Hi there, I'm having a little difficulty getting the height of a containing div to adjust, so it will fit the child elements inside. You will be able to understand the problem if you visit: www[dot]websiteacademy[dot-net]/expedientlive/individuals/our-courses/ If you click on the **NVQ’s and QCF’s** link, you'll see a vertical navigation … | |
Hi folks, I'd appreciate any advice you can offer me. I might just be missing the fix for this out of sheer fatigue. I'm working with a scrolling div styled with "width: 100%" (identical to the one on my current site http://notionalanthem.com). I want to add fixed-width blocks of text … | |
Hey everyone, I'm posting this thread in this forum because I am not sure where else it should go to. Anyway, I'd like to straight jump to the question. I want to make the URL to my site look like mob.mysite.com. how do you achieve something like this? do I … | |
hi! i have downloaded fonts as Vtc-NueTattooScript.ttf and Vtc-NueTattooScript.otf and now i want to use these in my html page. how can i use these fonts using html and css. please help !!!! |
The End.