10,643 Topics

Member Avatar for
Member Avatar for Violet_82

quick question.Take this html <form id="the_form"> <input type="checkbox" value="ideal" name="ideal_drive" id="ideal"><label for="ideal">This is a test only only</label><br> ... Say I want to select the text in the label and give it a different colour. I tried this rule #the_form label[for='ideal']{ color:yellow; } It works ok but not in IE7. SO, …

Member Avatar for Violet_82
0
121
Member Avatar for Vincentas

Hi everyone, I need to hide the scrollbar on a div that has overflow:scroll; enabled so that the div will scroll with mouse and keyboard but the scrollbar itself will not be displayed. Is there a way of doing this with css or is javascript the way to go?

Member Avatar for JorgeM
0
119
Member Avatar for OsaMasw

Hello there, after weeks of works and test the project on different web browsers I noticed that my site not working propably on IE9 and its totally missed up :(, how can I fix this problem test this link http://pic4u.netau.net/share

Member Avatar for OsaMasw
0
182
Member Avatar for vivosmith

My URL is: http://www.mildaspergers.com/sitemap.txt and for robots: http://www.mildaspergers.com/robots.txt Hello, When I started, I only submitted one site to Google (which went fine). Then I tried adding more pages, and it would not go through. I have added a phpbb script, tried editing it, to no avail. I tired messing around …

Member Avatar for LastMitch
0
233
Member Avatar for farhanahanat010

Can any one tell me hoe to edit wordpress theme from edit option? I want to change my theme from theme edit option.

Member Avatar for gavinflud
0
240
Member Avatar for jspence29

I am trying to get an animation, like the one at http://tympanus.net/Tutorials/TypographyEffects/index6.html But for some reason it is not animating at all. Is there any fix for this? My code is <DOCTYPE html> <html> <head> <title> Saturday Night Live </title> <style> body { background-image: url('http://images.fanpop.com/images/image_uploads/SNL-Wallpaper-saturday-night-live-784022_1024_768.jpg'); background-size: cover; } .letter-container h2 …

Member Avatar for jspence29
0
202
Member Avatar for suavedesign

Hi, I have two paragraphs, and I am trying to get the second one to float:left; But the paragraph just stays where it is, without floating. I added `<div class="clear"></div>` to my html, but that did not help. Can anyone see what I am doing wrong? Url is [www.accupresh.com](http://www.accupresh.com) Thank …

Member Avatar for gon1387
0
106
Member Avatar for cmills83

I am trying to stretch a background image to fit 100% of the page, I can do it when it's not a background image with the code below but how do I set it as a background image of 100%? Thanks. I keep seeing z-index, wtf is that? Thanks. [html] …

Member Avatar for lrbabe
1
616
Member Avatar for iamjin04

<style> p.title { text-align: center; font-family: georgia,palatino; font-size: 18px; font-size: 20px; color:blue; font-style:italic; } p.cont { text-align: center; font-family: georgia,palatino; font-size: 18px; font-style:italic; } p.sun { text-align: center; font-family: georgia,palatino; font-size: 18px; font-size: 20px; color: #99cc00; font-style:italic; } p.rew { text-align: center; font-family: georgia,palatino; font-size: 14px; font-style:italic; } </style> <p …

Member Avatar for gon1387
0
231
Member Avatar for iamjin04

> <style type="css"> p.jin { text-align:center; font:georgia; font-size:20px; color:blue; } </style> <html> <p class="jin">Summer Special</p> </html>Quoted Text Here

Member Avatar for gon1387
0
266
Member Avatar for iamjin04

<div id="about-us-page"> <head> <style type="text/css"> a:link {color: #6c6a6a; text-decoration: none; } a:ctive {color: #6c6a6a; text-decoration: none; } a:visited {color: #6c6a6a; text-decoration: none; } a:hover {color: #6c6a6a; text-decoration: none; } table, tr, td { align:center; margin-left:30px; } </style> </head> <center> [soliloquy id="212"] </center> <span><p style="font-size:large">Retail Websites</br> Sites currently operational are:</p></span> <table …

Member Avatar for iamjin04
0
206
Member Avatar for LONGWAY

I made artisteer template with swf header for joomla. The swf file has mp3 music to play but when template is added to joomla the music doesnt play....any one knows solution?

Member Avatar for LastMitch
0
71
Member Avatar for GiddyupGilbert

I can't seem to find anything on spacing landscape. I know you can add Vertical space with <br>, but is that the best way. Any thoughts would be appreciated. Thnks, Giddyup

Member Avatar for JorgeM
0
101
Member Avatar for suavedesign

Everything on my site looks fine when viewed from a normal, 100% zoom. When I zoom either in or out, the slogan and some other info on the header jump around on the page- either to the left or to the right. How can I fix this issue? The url …

Member Avatar for suavedesign
0
134
Member Avatar for suavedesign

How can I make a nav bar stretch the entire width of the browser (every size browser, even when zoomed in or out) without getting a horizontal scroll bar? The url to my site is [www.accupresh.com](http://www.accupresh.com). I have a nav bar that I want to be stretched to fill the …

Member Avatar for suavedesign
0
5K
Member Avatar for Smeagel13

<div class="parent"> <div class="child"></div> </div> /* Final Width: 200px */ div.parent { width: 200px; } /* Final Width: 202px (with border) */ div.child { width: 100%; border: 1px solid #000000; } /* Final Width: 200px (with border) */ div.child { /* Width Inherited -- Assumed as 200px? */ border: 1px …

Member Avatar for Smeagel13
0
200
Member Avatar for Violet_82

Hi there, say I have this situation: `ul a[href$=".pdf"]{...}` to match any link that end in .pdf: how do I match any possible combination of "pdf"? Say "pDf", "PDF" etc? I thought that I could use regex in the css, but I really don't know anything about regex, so I …

Member Avatar for Violet_82
0
77
Member Avatar for secretply

So I've been doing this for a few days and still am not getting the result I want. I have some HTML coding something similar to this: <div> <div><img /><span></span></div> <div><img /><span></span></div> . . . </div> The problem I have is when the nested div exceeds the width of the …

Member Avatar for secretply
0
107
Member Avatar for moeketsi.mathe
Member Avatar for ndeniche
0
148
Member Avatar for tiekwebstar

i have so many categories and each category have so many items. like a food website. ok now i want to use fancy box. when burger category was click . i want to show different fancy box. and when kebabas category was clicked i want to show another fancybox.. The …

Member Avatar for AleMonteiro
0
297
Member Avatar for jspence29

My facts link is smaller than the rest for some unknown reason? http://spencedesign.netau.net/singaporehome.html

Member Avatar for JorgeM
0
101
Member Avatar for MrXortex

G'day. I created a simple FAQ page but the last line gets hidden behind the footer. I know why because the footer postion is set to fixed and I want it to be at the bottom too. Better explanation: http://i.imgur.com/eHZdv.png I don't see the need for posting any code right? …

Member Avatar for jspence29
0
354
Member Avatar for Ayinainsoph

I need help. I tried embedding a SWF banner I made for my website and when I try to preview it in either IE, or Firefox it doesnt even show the file. I have even tried to export the file to the remote server but still nothing. Suggestions?

Member Avatar for Ayinainsoph
0
264
Member Avatar for hwoarang69

i upload a image what iam trying to do. iam making a table with 3 cols and 6 rows. but i need help with the height and widths. only thing div width will stay same. do i use % or px? which is better. <div width='1075px'> <table width='100%' border='1px' cellspacing='0' …

Member Avatar for JorgeM
0
66
Member Avatar for jewelraz

Hello dear daniweb members, Hope you are all well. Recently I bought a VPS from [atlantic.net](http://www.atlantic.net), I have moved my wordpress blogs under this VPS. Now, I am planning to make one stock lot blog with SMF technology. I heard that, SMF is very easy to use, but I never …

Member Avatar for jewelraz
0
99
Member Avatar for jspence29

If you look at the box shadow inset here http://spencedesign.netau.net/singapore-tour.html#/intro You can see that it is at 100% and goes all the way down no matter the size of the page, but I can not seem to recreate it here http://spencedesign.netau.net/singapore-author.html it is using the same code. I do not …

Member Avatar for JorgeM
0
126
Member Avatar for uhgarrett24

I am trying to create a website with a slide show similar to the one on this page www.gethealthymarshall.com. I have no idea where to begin. Does anyone know of any tutorials or source codes i could download to do this? Thanks.

Member Avatar for jspence29
0
87
Member Avatar for janetb

I'm using asp.net with themes, master and child pages. In the base css, I've got the img tag with a border. It's great in that I never have to place a border around my images. However, on one page where I'm using the Nivo slider, I want to remove the …

Member Avatar for janetb
0
256
Member Avatar for jspence29

Can someone please tell me why there is extra white space to the right, and why the border around the page doesn't go to the bottom! My link is http://spencedesign.netau.net/singaporehome.html There was no whitespace when I had the links in a ul, but now that I put them into divs …

Member Avatar for jspence29
0
506
Member Avatar for Azmah

In Flash, I have created an invisible button. I can ad some actionscript to make the button to go to another scene, even if it's on hover! (which isn't meant to be. Yet, how do I get it so that when it hovers, it goes to another scene immediately. Are …

Member Avatar for almondjoy
-1
247

The End.