10,650 Topics

Member Avatar for
Member Avatar for code739

here the link of an the image what i am expecting http://s1302.beta.photobucket.com/user/havefwithme/media/layout_zps7366480f.png.html but what i got is A(blue box) inherits the hieght of its mother container the b(red box) here is my css A{ border:1px solid blue; width: 300px; float:right; } B{ border: 1px solid red; position: fixed; bottom:0px; right:0px; …

Member Avatar for code739
0
559
Member Avatar for trishfernan

Hi, In the below example, I need the the drop down come up when on mouseover "Hi,Suresh" and also I need to remove the box of "Hi, Suresh" and make it only a text link. [Click Here](http://jsfiddle.net/uQAVc/) This is for learning purpose.

Member Avatar for trishfernan
-1
185
Member Avatar for naphets

I dont get it... The 1st works, <!DOCTYPE html> <BODY> <TABLE align="center" valign="center" summary="This table places remote photography" border="1"> <CAPTION><EM>Photography</EM></CAPTION> <TR align="center" valign="center"> <TD><img align="center" valign="center" height="495" width="1200" alt="An image from REMOTE location" src="http://www.petapixel.com/assets/uploads/2012/11/stackedclouds-1.jpg"></TD> </TR> </TABLE> </BODY> & the 2nd does not work ???? <!DOCTYPE html> <BODY> <TABLE align="center" valign="center" …

Member Avatar for AleMonteiro
0
122
Member Avatar for Violet_82

Hi chaps, I wonder if you can help me with something. I am looking into responsive design a bit, and I was testing something here http://antobbo.webspace.virginmedia.com/test/responsive/test.html Now, if you try to resize the window the cnes logo gets pushed under the "this is an extra bit" div: what I would …

Member Avatar for AleMonteiro
0
332
Member Avatar for Violet_82

Sorry guys, I'd like to just confirm this, is it correct to have a p tag inside a form tag? Something like <form action="demo_form.asp"> <p>This is a test.</p> First name: <input type="text" name="FirstName" value="Mickey"><br> Last name: <input type="text" name="LastName" value="Mouse"><br> <input type="submit" value="Submit"> </form> thanks

Member Avatar for Violet_82
0
907
Member Avatar for Acelabs

Hi everybody, In W3C Validator we can find a html,css & javascript srrors for our site through paste our website pages code. like http://www.ace-labs.com/index.php or type full code in this url. http://validator.w3.org/#validate_by_input

Member Avatar for shasha7
0
86
Member Avatar for jspence29

Throughout working on my project I think I created a simple clean and easily customizable gallery. <html> <head> <title> Singapore - Home </title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <style> * { margin: 0; padding: 0; } body { background: url('woodbackground.jpg'); background-size: cover; min-height: 100%; min-width: 100%; position: relative; top: …

Member Avatar for LastMitch
0
133
Member Avatar for asaidi

Hi i have a report with graph that i print to pdf .. in firefox every thing seems to be in one page but for ie and chrome not working please check the attachement and i have wrote some css for ie and firefox please check my css: firefox css …

Member Avatar for LastMitch
0
137
Member Avatar for Siberian
Member Avatar for AleMonteiro
0
124
Member Avatar for garyjohnson

I have a div, which is a contanier. Inside is another div that displays numbers. <div class="commentie_box"> <div class="commentie_number"> 1234567890 </div> </div> Here is the css .commentie_box{ float:right; width:260px; padding-top:10px; height:49px; border:1px solid #0FF; } .commentie_number{ position:relative; margin:0 auto; padding:5px; padding-top:2px; padding-bottom:2px; width:auto; height:35px; background-color:#fff; border-radius:5px; text-align:center; font-size:25px; } I …

Member Avatar for garyjohnson
0
217
Member Avatar for methuselah90

What would be the best way of formatting the DIV below so that it works on all browsers (i.e. Google Chrome, Safari, IE, Firefox)? It currently looks alright in Chrome but does not look very good in Firefox or IE! I would like the numbers centred in the middle of …

Member Avatar for JorgeM
0
90
Member Avatar for ebanbury

Hi I have 2 divs and would like the one with id="logo" to be directly on top of the div with id="bg shape" <div id="wrapper"> <div id="logo"><img src="meshomagic_logo.jpg" width="559" height="280" alt="meshomagic logo"></div> <div id="bg shape"><img src="images/logo_bg.png" width="1000" height="114"></div> </div> My CSS Styles are as such: #wrapper bg shape { position: …

Member Avatar for ebanbury
0
214
Member Avatar for ggeoff

Hi I have a Frontpage 2002 website running since early 2008. There are over 60 pages. Some CSS has been used and PHP includes, for the page footer, for example. I am using Expression Web 2 as my editor. A lot of the code, although working, is highlighted as being …

Member Avatar for ggeoff
0
301
Member Avatar for saucy6969

just completed my sister's website and am having issues with the Quotes on the intro paragraph. Am I missing something in the script? http://www.dynamicfxfitness.com any help would be great!

Member Avatar for saucy6969
0
158
Member Avatar for Violet_82

HI all, I have a question about changing the colour of visited link with `a:visited{}`: it doestn' seem to work the way I thought it would, or, more likely I am doing something wrong. I have this situation: .box1 a:link{ color:#ac2973; text-decoration:none; } .box1 a:visited{ color:#6bb8c0; } .box1 a:hover{ color:black; …

Member Avatar for pritaeas
0
224
Member Avatar for momonq1990
Member Avatar for jonsan32

I have these brackets I'm trying to apply to my site, but I'm running into some issues when viewing it in I.E. I'm sure it's something simple, but the teams and scores smush to the right, and the finals part of the bracket floats too far to the right as …

Member Avatar for jonsan32
0
312
Member Avatar for LogicWeb

Having this issue with the black navigation bar background is about half the width of the page when viewing on tablet or phone. Works fine in desktop otherwise. www.logicweb.com Your help is appreciated.

Member Avatar for LastMitch
0
132
Member Avatar for tokick4

I have a table that is populated by database and each of the rows is a from with a submit button. The idea is there is a drop down selection and upon selecting it then submitting the form updates the database. The problem is that the row form does not …

Member Avatar for tokick4
0
227
Member Avatar for Violet_82

Hi all, I am looking into responsive design and I have a problem with media query. Being pretty new to the whole responsive design business, it seems that media queries are quite a good way to deal with it. But IE7 and 8 don't seem to be able to read …

Member Avatar for iamthwee
0
76
Member Avatar for Ritesh_4

Hello, I want to add some shadows around by content area (see img), and I do not want to use a static image as background for this as it will be limited in height value. Anyone can help me with this? my url also is : http://preprod.prolectronic.ch The shadow extends …

Member Avatar for Ritesh_4
0
149
Member Avatar for kimmi_baby

I need help with a wordpress website I'm working on currently. What I'm wanting to do is add an image border around the images. I have absolutely no idea how to do it and I'm a little bit confused! This is the code I have so far. I'm not really …

Member Avatar for JorgeM
0
98
Member Avatar for kimmi_baby

I have a wordpress website that I need to add an image to the end of each header. The problem is that these are widgets and all text is replaced by the widget in wordpress. Is there a way I can hard code the image to the end of the …

Member Avatar for kimmi_baby
0
96
Member Avatar for tokick4

Can anyone help me with constructing navigation tab notification, something that shows the total notifications like new event that was just inserted into the database and when clicking on the tab for the event the notification numbers goes away. I have tried Google for hours but I dont know if …

Member Avatar for tokick4
0
112
Member Avatar for ms061210

Hello! I have part in my web app that the user will see this 8 check boxes, and he is only allowed to check 3 check boxes, my problem is that How do I check if the user check the correct textbox?

Member Avatar for ms061210
0
129
Member Avatar for MRehanQadri

Kindly write a simple code to produce a form, where Subject & Message is displayed and when user clicks on submit button, and e-mail is sent to me, with the same subject as the user mentions. My e-mail address should not be displayed. I've been searching web for more than …

Member Avatar for MRehanQadri
-1
240
Member Avatar for mel01

Having a problem with how Google Chrome is displaying a simple table. All other borwsers look fine. Chrome has inconsistent heights between table td cells. See here: http://www.careerlinkbc.com/newsite/webtest/index.php and look at the workshop calendar Thanks in advance!

Member Avatar for JorgeM
0
2K
Member Avatar for fheppell

Let's say a user goes to `example.com/example.html?one=foo` How could I make a link so that it appends another url variable like: `example.com/example.html?one=foo&two=bar` I've tried `<a href="?two=bar">Click here</a>` but that just replaces the existing variable with a new one How could I do this? Thanks in advance

Member Avatar for fheppell
0
178
Member Avatar for apnavarun
Member Avatar for Acelabs
0
143
Member Avatar for jewelraz

I am working in a Local Hosting company as system administrator. I know about dedicated server, vps server, semi-dedicated server but never learned or heard about Hyper-V-Virtualization Hosting Server. I have seen atlantic.net is offering such services: http://www.atlantic.net/virtualization/hyper-v-virtualization.html (You can check this link to find out more) But really I …

Member Avatar for jewelraz
0
103

The End.