13,937 Topics
![]() | |
If you want to customize the look of your Google Chrome browser, many people have already released hacked theme DLL's to use. [b][url=http://www.googlechromeboard.com/viewforum.php?f=9]Download Google Chrome Themes[/url][/b] To install, follow these instructions on [b][url=http://www.googlechromeboard.com/viewtopic.php?f=9&t=16]how to use a custom Google Chrome theme[/url][/b]. | |
Hi. I'm fairly new to HTML and CSS, but I'm currently studying IT. For a project we've been asked to create a website on a topic of our choice. Anyway, my issue is that I have followed a tutorial on how to create a drop down navigation menu with only … | |
Hello, I'm coding a website for my mum but I'm having some issues with getting the nav bar where I want it and how I want it to look. As right now it is underneath the logo and appearing spaced out. I was just wondering if someone could help me … | |
Hello. I use the joomla template CloudBase from cloudaccess.net I would like to change the title of the site (Now is ΓΙΑΝΝΗΣ) when I choose the English Language (to YIANNIS). The Logo text defined by template options and the website is [url]http://kourtakis.tk[/url] Can anyone help me? | |
OK so i will try again to explain the full url or request is [CODE]http://www.yonewmail.com?hellocarl[/CODE] but the ?hellocarl part is diffrent each time i need to be able to set this field with a text box entry [CODE]webBrowser1.Navigate(http://www.yonewmail.com,+ textbox1.text"_self", null, "Mozilla/5.0 (");[/CODE] can someone help me please | |
[IMAGE]https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/s720x720/420370_2925527339121_1289011202_32296335_1282458858_n.jpg[/IMAGE] how can i put the main menu tab under the blue banner? help me pls.? :) | |
i m new to coding a style sheet by hand.i did a website with positioning all the elements by adjusting their margins,some settles in the desired place automatically.now , i use absolute positioning, but for this i need to arrange each and every element . i do not know what … | |
Hi, i am currently designing a new website idea i have that will be the first of its kind, i am more of a programmer than a designer and graphics have not been my strength, therefore i tend to get outside people to design most of the graphics for me. … | |
Hi, I have developed a web application using NetBeans and GlassFish v3. Now I want to change to Apache Tomcat, beacause of the unavalabilty of free GlassFish web hosting. So, my question is that, can I change my fully built web application to Apache Tomcat from GlassFish and [B]If yes … | |
Hello I hope you can help me I have a code and would like to change the background colour of each cell from white, to grey, to red to blue and back again, by clicking on it. This is the code any help would be appreciated thank in advance. <table … | |
ok so im tryen to use css in my website everything works fine for ie but things are missing from firefox ie link: dcsoffice.ca/index.html firefox:dcsoffice.ca you can clearly see my problem i ran in too CSS file let me know what i am doing wrong here the parts thats missing … | |
This simple snippet of code doesn't outline the table row in red as I would like. Works in FF, not in Chrome or Safari. Known issue? Am I missing some magical incantation? [CODE]<html> <head> </head><body> <table> <tbody> <tr style="outline: red solid 1px"> <td>This is some text</td> <td>next column</td> </tr> </tbody> … | |
I want to set yahoo mail to launch when I click on an e-mail link. I know, the easy way is to install the yahoo toolbar, however I don't want toolbars running in the background and hogging up real estate on my internet explorer page. There must be some kind … | |
Guys I creating a layout with several different pictures. but when I put them on the site they stack on top of each other. They should be in their respective places on the layout. Instead when I load them, they bunch up in the middle one of top of the … | |
Hello, I am trying to navigate through all the pages(links) in the following HTML code : <div class="ajax_paginator"> <ul> <li class="prev"><a href="#">«</a></li> <li class="p1 current"><a href="#">1</a></li> <li class="p2"><a href="#">2</a></li> <li class="p3"><a href="#">3</a></li> <li class="p4"><a href="#">4</a></li> <li><span>…</span></li> <li class="p944"><a href="#">944</a></li> <li class="next"><a href="#">»</a></li> </ul> </div> I am using Webbrowser control(C#) to … | |
Not quite sure if this belongs in networking, linux, or what... Anyway, Opensource dropbox-type software? Ive got a VPS and I want to use it for cloud storage. Is there any opensource software to sync folders to a server in this way? Has to run on Linux. | |
Hi, Could somebody please advise me how to make this footer inside the red line. I have tride tagging the right part in <span align="right"> but it didn't help. [URL="http://img850.imageshack.us/img850/9480/daniweb.png"]http://img850.imageshack.us/img850/9480/daniweb.png[/URL] The only solution that i came up with is to make two seperate paragraphs and then just set the right … | |
Trying to align my mega menu on my test site if you put your mouse over different sections of the navigational menu the next layer will not be displayed in the center what I'm trying to do is center I tried doing margin auto and width 100%. but it didn't … | |
I'm having a problem with the images taking the opacity from the wrapper div. Could someone bale me out of this one? You can view the site here:jltjr(dot)com/studiocarvel/ My wrapper css follows ~Thanks, JT [CODE] .wrapper{ width:960px; margin:0 auto; background-color:#000033; line-height:1.5em ; padding:15px 3px 15px 15px; left:50%; right:50%; -moz-opacity:0.90; -khtml-opacity:0.90; … | |
![]() | Alright, I have a Webbrowser which has a page opened. I want it to select a specific Option from the Combobox. How can I do that in VB ? HTML Code: [CODE]<select name="Protected"> <option value="NC"></option> <option value="ON">ON (protected)</option> <option value="OFF">OFF (unprotected)</option> </select>[/CODE] VB Code: [CODE]For Each element As HtmlElement In … |
Hi! Guys i have small problem i have set multi-language to my site, but its don't work! I have tryed many charset codes, but nothing. So in my editor every thing looks nice, in index file too, but in other files its have problems. When i press view page info … | |
Hi there, I am doing [URL="http://antobbo.webspace.virginmedia.com/petras/home.htm"]a website[/URL] for a client and I am trying to get it to run on the major browsers, so I am testing on the usual ones + IE6 and also on a few mobile browsers. On my android phone, the website looks fine on the … | |
Can someone please tell me what is wrong with this? [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head><link rel="stylesheet" type="text/css" href="main.css" /> </head> <title></title> <body> This is <em>white</em> text on a<strong> black</strong> background </body> </html>[/CODE] body { background; #000000; color: #FFFFFF; } It's gotta be something simple that I'm … | |
Hi, I made a website --> [URL="http://www.pgum-sill.pl/nowa_strona/index.html"]http://www.pgum-sill.pl/nowa_strona/index.html[/URL] In Chrome it looks as it should. But in Firefox and IE it crashes. What should I change to make the website to look ok in every browser? What I shouldn't use to avoid this kind of situation? | |
<div id="user-bar"> <div id="user-options"> <div class="notification-container"> <img src="media/gear-faded.png"> </div> <div class="notification-container"> <img src="media/courses-faded.png"> </div> <div class="notification-container"> <img src="media/chat-faded.png"> </div> </div> <span class="profile-container"> <img src="https://openlearning-cdn.s3.amazonaws.com/feblioz-avatar-24-ts1330811171.jpg" alt="" border="0" class="profile-image" align="absmiddle" width="24" height="24" id="myAvatar24"> <span>feblioz</span> </span> </div> anyone knows how to make all the images to be in one line? the images are … | |
Hello everyone, I've a links/menu in bottom of html page. For 1 link I've 4 sub menus. When I mousehover that, link then, it should open in upward direction. Kindly, show me how to achieve that. Thanks in advance... Regards, Javed Sai | |
Hi, I have a div called target which is centred and displayed over a google map when you pan to a map marker, i have since added a menu to the left of the map which means that when the google map pans to a marker it is no longer … | |
Hi, okay total newbie at Uni learning HTML and CSS for starters... trying to impliment rel element to a gallery - works fine for single images - but not for a gallery. The sample code I found on the net is: [CODE]<a href="images/plant1.jpg" title="add a caption to title attribute / … | |
I have tried many browsers and find the best by far is Mozilla Firefox. It has more features, good add-ons, and plug-ins. I don't like chrome because of how pages are loaded, some don't work, and it very often just shows a blank screen for me. |
The End.