Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
11
Posts with Upvotes
9
Upvoting Members
11
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
7 Commented Posts
0 Endorsements
Ranked #977
~22.7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for emulman

first, think to have this simple table: [CODE] <!DOCTYPE HTML> <html> <head> <title>Table with DIV and CSS</title> <style type="text/css"> /*<![CDATA[*/ #table { display: table; } .row { display: table-row; } .cell { display: table-cell; padding: 0.5em; border: 1px solid; } /*]]>*/ </style> </head> <body> <div id="table"> <div class="row"> <div class="cell">table …

Member Avatar for z666zz666z
0
5K
Member Avatar for diakonos1023

Hey folks! I've been working on a site for several days trying my best to conquer the ever plaguing issue of creating a parent div that expands as the child divs inside it grow with their appropriate content. And, so everything is on the table, this is being built on …

Member Avatar for Skorpio07
0
211
Member Avatar for skald89

If you have a screen resolution of 1366 x 768 whats your browser window size? its obviously not 1366 x 768 is there a way to see this for other screen sizes?

Member Avatar for pixelpaintr
0
748
Member Avatar for Infame

Hi! I'm currently trying to make a specific design with gradient. The gradient should be divided into 3 parts, Blue to white then white to blue... I successfully did so with this: [CODE]background-image: -webkit-linear-gradient(top, #0088FF, #FFFFFF, #0088FF)[/CODE]; (Chrome only) I have these ones: [CODE]-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#0088FF)); …

Member Avatar for scottloway
0
82
Member Avatar for Anna Hussie

kindly review this site and check the source code of this if something wrong somewhere, Kindly do tell me. [url]http://www.templatemagician.com/[/url]

Member Avatar for scottloway
-2
47
Member Avatar for Soben

[CODE] <body> <div style="height:100; width:100%; background-color:black"> hello. </div> </body> [/CODE] I want to put it in the middle of the page, how can I do it? ty ^.^

Member Avatar for RoyalElite96
0
67
Member Avatar for seularts

I need some help with sizing an image in height. My page is tzr.ro, and as you can see in some browsers such as explorer and chrome the image height differs. So i have this small piece of code that i need to adjust: img { max-width : 350px; height …

Member Avatar for scottloway
0
185
Member Avatar for Soben

[CODE] <div style="background-color:black; width:100%; height:30"> </div> [/CODE] I would like to make a div with a real 100% width, but when I try the code above, I don't get what I want :[ It's not really 100% there are still some spaces between the div and body. what should I …

Member Avatar for scottloway
0
54
Member Avatar for skald89
Member Avatar for thebigbroski

I'm working in Dreamweaver, and every time I try to put text into my editable region from a template it does the following: [url]http://img228.imageshack.us/i/resulto.png/[/url] That's the odd indentation. I tried allign the text to the left, and it does, but as soon as I try to test it out in …

Member Avatar for scottloway
0
77
Member Avatar for daviddoria

Is there a way to make a string variable in "normal" html (that is, not inside of a <script> tag)? I want to do something like [CODE] Number='005' <a href="http://domain.com/"+Number+".html">my link</a>[/CODE] Is this possible? Thanks, David

Member Avatar for daviddoria
0
103
Member Avatar for niche1

My script displays two rows of boxes three boxes wide. Why is the center box of the second row high? I need it to be even with the left and right box. [CODE] <html> <head> <style type="text/css"> div.ex { width:720px; height:985px; margin-bottom:0px; padding:0px; border:5px solid gray; } div.adv_topleft { float:left; …

Member Avatar for niche1
0
101
Member Avatar for jrotunda85

I think I'm having a blonde moment because I can't seem to get the bit of CSS/HTML working. When I make changes to the code such as cellpadding and cellspacing in the table attribute, it doesn't do anything to the form itself. I've even tried changing something like BGCOLOR and …

Member Avatar for teedoff
0
159
Member Avatar for biz82

Hi I am new to this forum and I am creating my first website. I have created my html and css documents but am having a problem with how the webpage is being displayed. It displays as I want full screen until I minimize or change the window size of …

Member Avatar for sagive
0
92
Member Avatar for scottloway

Wanted to share this with the group (though it may not be news for you all); this morning I ran into an issue I didn't even consider possible until now. We found that a particular .jpg image would render in FF, Chrome, etc, but NOT in IE. As it turns …

1
118
Member Avatar for MDanz

i want box 1 and box 2 horizontally next to each other. I want the parent div if the content overflows to scroll and box1 and box2 horizontally next to each other. i tried below but box2 keeps going underneath box1. the scroll is necessary. [code]<div id='parent'> <div id='box1'></div> <div …

Member Avatar for scottloway
0
8K
Member Avatar for csbsu_it

Hi guys! Over the last few months I've been trying to learn web design over youtube (yes, I know). Recently I've added a spry menu bar that works fine in firefox, but the submenu OVERLAPS ON TOP of the main menu on IE7. Can anyone offer up a fix? Note: …

Member Avatar for scottloway
0
161
Member Avatar for deecoup
Member Avatar for junior_

Could anybody explain how is a good way to group css style rules please. I will give some examples: 1. [CODE]h1{ font-size:14px; color:blue; } h2{ font-size:14px; color:green; }[/CODE] Both have the same font-size. Should I put extra h1,h2 rule and put there font-size? 2. I use 2 different color rules …

Member Avatar for scottloway
0
88
Member Avatar for tinker
Member Avatar for xagutxu

Hi! I want to position a layer in a HTML page, but I can't achieve it. I have the following code: <form action="..."> <label for="first"><input type="text" name="first" value="" /> <div class="layer">...</div> <laber for="second"><input type="text" name="second" value="" /> ... </form> The CSS for the class "layer" is: div.layer{ width: 50px; height: …

Member Avatar for scottloway
0
106
Member Avatar for AGU.Jessica

How do I go about centering my entire web page in Dreamweaver CS3? I could really use some assistance. Thanks for any input! - J.

Member Avatar for charlesying
0
402
Member Avatar for ryy705

Hello, I trying to understand the point of css statements that target specific browsers. If Firefox can understand "-moz-border-radius" why can't it understand "border-radius" ? Does "-moz-border-radius" predate "border-radius" ? Is that what's going on?

Member Avatar for MidiMagic
0
181
Member Avatar for virtualmisc

Hello friends i wanted to know if there was a standard dimension for a web page? i.e width and height Thanks

Member Avatar for jerinjames
0
194
Member Avatar for thumpiez

I need help stretching a gradient background to 100% width (and 31px height) with centered text over it. Here is the page I am working on: [url]http://www.ahtwindows.com/asset/[/url] The gray gradient nav bar needs to have a width of 100% for all viewers, with the menu text links on top of …

Member Avatar for dreamer14
0
133
Member Avatar for codecat

Hello, I'm a newbie to web development, trying to get this image map to work and have no idea where I'm going wrong. The image comes up fine but there are no "hotspots" highlighted, the links don't work, nor does the title pop up when you hover over the area. …

Member Avatar for codecat
0
4K
Member Avatar for whiteyoh

hi all, Im a little stuck. I want to place a div inside of a main div to hold a register script. this code has a video to the left and an image to the right, but i want to add a div inside to also display a form on …

Member Avatar for whiteyoh
0
142
Member Avatar for juanmorris

I'd like to have the favicon of my site alternate between one of three or four options. For example, someone visits my site and they get a smiley face favicon. The next visitor to my site gets a frowny face favicon. Any thoughts?

Member Avatar for almostbob
-1
74
Member Avatar for bigdawg26

So - should the body be at the top of this? [CODE]a:link, a:visited, a:active { text-decoration: none; color: #FAFCF6; font-family: tahoma, arial, verdana; font-size: 15px;} a:hover { text-decoration: none; font-family: tahoma, arial, verdana; color: #C6CD4B; font-size: 15px;} TD { font-family: tahoma, arial, verdana; font-size: 9px; color: #F3FEE1; } .f { …

Member Avatar for almostbob
0
78
Member Avatar for nelliott10

I am trying to produce a piece of code which can be included into a system which will decide the user's colour scheme from the user's account information. I have also far configured the database which the user information runs off so that it has a style column, which has …

Member Avatar for scottloway
0
46