10,650 Topics

Member Avatar for
Member Avatar for hiyatran

I have this: [CODE]img.decor{ text-decoration:none; border:#CCCCCC thin solid; padding: 4px; } [/CODE] My HTML: [CODE]<a href="google.com"><img class="decor" src="images/birds.jpg" /></a>[/CODE] when I hover over the image "decor" in my CSS, I would like the whole image to turn grey. I tried this: [CODE]img.decor a:hover{background-color:#CCCCCC;}[/CODE] but it doesn't work. Any ideas?? I …

Member Avatar for ko ko
0
42
Member Avatar for debasishgang7

I am working with a chat application.I am putting all chat history into a div tag.Is it possible to add a side scroll bar,by which with time the chat window will not grow bigger but one can scroll the window to view the history..!!!

Member Avatar for macneato
0
74
Member Avatar for KadajXII

Dear Pros, Attached hereby is my error screen-shots, as you can see, before I refresh my page the layout is nice (see attachment beforeReload.jpg), but after I reloaded my page, the layout will have massive problems (see attachment afterReload.jpg), and if I keep reload the page, sometimes it will give …

Member Avatar for KadajXII
0
147
Member Avatar for zuko9215

Hey guys i d like to pick your brains about something.. Suppose i want to create a database for storing, lets say computer stuff, parts, hardware, peripherals etc.... Which way would be better? 1 ------ Create a Basictable with all the common fields (like ProductName, Price,Guarantee....) and then create multiple …

Member Avatar for AdeelM
0
143
Member Avatar for disposable_zero

I was screwing around doing some brain storming on an idea for one of my web pages when I accidently hit save. That wouldn't be an issue except it saved the changes I made to my style.css as well! Now all my text is the wrong size and is drifting …

Member Avatar for disposable_zero
0
85
Member Avatar for maxelcat

Hi I have a client for who has a html/css site. He now wants to add a video background to the whole site, that scales to fill whole screen. The video he has selected is a mp4, but even so I guess I could convert it to flv if needed. …

Member Avatar for Kees1234
0
139
Member Avatar for w33n

Greetings, I've created a link to make an .swf file pop up in a window. The window isn't actually a web page. It is simply linked to the .swf, making the title of the "page" the directory location of the file ie. "../../folder/folder/file.swf." Is it possible to name the popup …

Member Avatar for connect0123
0
102
Member Avatar for LloydFarrell

Hi All, I have found the following css rules on the web.... And whilst they look great in FF, nothing is being displayed in IE Can someone help me out so I can at least see the boxes in IE [CODE] input, textarea { font-size: 0.8em; width: 265px; border: none; …

Member Avatar for LloydFarrell
0
188
Member Avatar for suavedesign

Hi. I would appreciate if someone can help me. The url to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL] There are six main tabs on the site, with padding-right on each tab, making a gray border appear between each tab. I can't figure out why the padding does not show up on the …

Member Avatar for chudapati09
0
73
Member Avatar for RoyalElite96

Hello everyone, I want to create a completely round <div> using only HTML / CSS, but without border-radius. I don't want use background images, because I'll have probles resizing them and that's not cool. Is there a better solution? Thanks in advance!

Member Avatar for brynFlew
2
149
Member Avatar for sagive

Hey guys.. i got this kind of div structure (Hebrew website) [CODE] <div id="main" style="background: #ffffff; padding: 20px;"> <div id="sidebar" style="float: right;"> actuall sidebar </div> <div id="pagecontent" style="float: right"> some content </div> </div> [/CODE] My problem.. The contact inside the content / sidebar isn't stretching the "main" div and so.. …

Member Avatar for sagive
0
190
Member Avatar for disposable_zero

What I am looking to do is create a custom error page. Something so that if a user try's to navigate somewhere that does not exist they get a site error page. Let me give you and example.. [URL="http://templatemonster.com/poop.html"]http://templatemonster.com/jimmyhoffa.html[/URL] or [URL="http://templatemonster.com/browneye.html"]http://templatemonster.com/browneye.html[/URL] Obviously neither of those pages exist but instead of …

Member Avatar for disposable_zero
0
149
Member Avatar for chudapati09

I really don't know how to word this, but how do I create an option button that when selected it gives me a different select tag. Ex. When Friday is selected, a drop down menu for Friday hours are shown, when Saturday is selected a different drop down menu for …

Member Avatar for floatingDivs
0
67
Member Avatar for Msam85

Hi all, I'm new with asp.net and I'm currently starting a project with MVC 2. As far as I know the models folder is dedicated to store the .cs of our entities and in the controllers folder you receive the petitions from views, create new instances of the entities and …

0
107
Member Avatar for Danny_501

Hi all, I want to make scroll bars appear when I resize the window(for the entire web page). At the moment the image in the header is just cut off at both ends, with no scroll bars. What do I need to do to the following code to make this …

Member Avatar for Kraai
0
73
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
68
Member Avatar for dsmush

Hi I have been trying to remove certain items from the admin bar which appear at the top of all WordPress pages. I've managed to remove the 'visit' menu from it by reading a forum elsewhere and editing CSS but I have had no luck with researching how to remove …

Member Avatar for Kraai
0
312
Member Avatar for Soben

[CODE] <html> <body> <div style="width:500; height:200; border:1px solid black;"> adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br> adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br> adsf<br>adsf<br>adsf<br>adsf<br> </div> </body> </html> [/CODE] ello I'd like to have a div with minimum height of 200px. but if we add more data in to the div the height should be increased not totally fixed you know? what can …

Member Avatar for Soben
1
66
Member Avatar for dornaled

hi can any body defien HTML Element Syntax and whats use in webdesign. help me. thanks advanced.

Member Avatar for edith135
0
86
Member Avatar for debasishgang7

How can i make a div tag which will Re size vertically depending upon the Text length of the this tag..??

Member Avatar for debasishgang7
0
101
Member Avatar for kajDesign

Hi, This is my first post--I'm really a graphic designer, but have been asked to do some web design. I'm amateur at best, and at worst, don't know the crap I'm doing. I'm having problems getting my site to display correctly across multiple browsers and resolutions. Though it displays correctly …

Member Avatar for essential
0
267
Member Avatar for Julia25

Ive made a simple css but i dont know why the div go down if i make the width of style #ID_Number more that 251px really weird! [URL=http://img543.imageshack.us/i/weirdk.jpg/][IMG]http://img543.imageshack.us/img543/1089/weirdk.jpg[/IMG][/URL] [CODE] <style type="text/css"> #CONTENT { height: 222px; width: 421px; background-color: #E8E8FF; } #B8 { height: 25px; width: 200px; float: left; clear: both; …

Member Avatar for Julia25
0
69
Member Avatar for skald89

I have never really used tables and especially not in a css file. I just want to know the basics of tables and making them in css. Also once I do make it in a css file how do I name it so I can use it in a html …

Member Avatar for teedoff
0
109
Member Avatar for aqhalover

Hello! I am fairly new to HTML and CSS, and I am making my webpage. It has small table to the left for navigation and then the main table is in the middle. The main table has two columns that I made with the normal old html <tr> and <td> …

Member Avatar for teedoff
0
129
Member Avatar for Reliable

Good Afternoon Everyone, AM I correct in that it is ok to use event.target if the target movie is a stand alone object. But I need to use event.currentTarget if the movie clip has children inside?

Member Avatar for mouseupevent
0
107
Member Avatar for edith135

Hi, So I am having a Windows Hosting account that supports ASP.NET and DotNetNuke. As i am with the DotNetNuke, and this service is with me around from a while now and as we can see which is an increase in use and need for DNN hosting providers. If anyone …

Member Avatar for dornaled
0
65
Member Avatar for stefilina

Hy! I want to improve the design of my windows application.I've searched a lot on google but i couldn't find anything good. Can everyone please tell me some web addresses or maybe turorials were I can find stuff about the design of a windows application?Something like a special form for …

Member Avatar for stefilina
0
127
Member Avatar for tokianuki

Hey, I have this very irritating issue which i was unable to solve for a couple of weeks. I am an amateur designer trying to design a site for my company. The problem I face here is this: 1. I create a menu within a container, with the same width …

Member Avatar for MagicMedia
0
147
Member Avatar for RJ_Dev

Hi All, Well this is a simple problem, I'm developing websites for a client and I send them the html/css files with the regular url's in css like this - #body {background-image: url(Images/bg.jpg);} but they send me back the css file which has a Forward Slash '/' in the beginning …

Member Avatar for Kraai
0
117
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
186

The End.