10,650 Topics

Member Avatar for
Member Avatar for isotope

Hi everybody, there's something I'm struggling with since a few days but I didn't get to any point. Actually I'm not really sure that what I would can be done via CSS, but I'm sure that some of you (surely with a greater experience than mine) can help me have …

Member Avatar for isotope
0
79
Member Avatar for vedro-compota

Hello! Whether who will prompt css-property which certain div to be stretched on веритекали in conformity c in the size containing in first div (which sizes are defined in pixels)... In advance I thank.))

Member Avatar for vedro-compota
0
164
Member Avatar for myk45

Hello, im very new to Web development. i recently intalled the Apache server on my machine running Linux(Ubuntu 9.10). i downloaded the Apache server. But, in order to run the html documents via the server, we need to place it in the /var directory right? But im denied that permission. …

Member Avatar for myk45
0
51
Member Avatar for speedy94519

I have a reduced function and one of the product terms is: B * C(not) * D + B(not) * C * D. Is that considered an XOR gate? Im aware that B * C(not) + B (not) + C is an XOR gate because When i do the truth …

Member Avatar for Haneen Dweikat
0
189
Member Avatar for speedy94519

Hello, Im having trouble deciding what type of MUX circuit I should use, for example 2:1,4:1, etc. I was given a problem about designing a circuit on a block diagram level that performs the following math operations: RES = A + A RES = A + C RES = A …

Member Avatar for apines
0
153
Member Avatar for NewOrder

how can i quote all this in code . so that html wont see it as commands.. [CODE]<html> <head> </ head> <body> </body> <html> </pre> </body> </html>[/CODE] i wont to qoute those commands in my page

Member Avatar for Biome
0
117
Member Avatar for debasishgang7

Hiii all.... I've been working on a project.. i have a problem when creating the menu of the website. The menu i'v designed is a sliding menu..bt its not the center of attraction. my problem is i wanna align the menu to the center of the page.. here i'm givin …

Member Avatar for Cool&Awesome
0
87
Member Avatar for LogicWeb

Can someone please suggest how to achieve incredibly sharp, tiny fonts inside PSD graphics? I use Adobe PS CS3 at this time, trying to insert small text (about 9pt) but various fonts I've used and styles (sharp, smooth, crisp, etc) I just cannot get them to look super sharp - …

Member Avatar for Biome
0
149
Member Avatar for isotope

Hi everybody, I'm struggling with the hoary problem of filling a page with css, even when the content doesn't reach the end of it. I've been digging through many posts, forum and mailing lists and found hundreds variations of the same few tricks, but didn't find an ultimate one. Since …

Member Avatar for Cool&Awesome
0
119
Member Avatar for PsychicTide

Hey guys, I ran into a bit of a problem and I'm hoping I'm just writing the embed wrong. I'm unable to re-size a .mp4 movie... If I go larger with my width/height it just creates white space around the movie (Example: if I increase both width and height, the …

Member Avatar for PsychicTide
0
108
Member Avatar for Abysinian

Hey, I'm doing a lot of work on my website, and changing from tables to divs for holding my images. At the moment, this is the code i'm using for the divs for my images in my CSS file: [code] #imgHolderLeft { float:left; } #imgHolderRight { float:right; } #imgCaption { …

Member Avatar for Abysinian
0
115
Member Avatar for dantadin

If you check this website [url]http://www.hackstavastergard.com/uthyrning.html[/url] you will then see that those 3 houres are background images and when I print them, then they aren't visible on the paper! What's only visible is the text and images of the food and the person who is sitting and writing its computer. …

Member Avatar for drjohn
0
113
Member Avatar for nikita.chandra

Hi! how do i create glowing text using html and css. by writing the code given below i am unable to do the same. [CODE] <TABLE STYLE="filter:glow(color="red", strength=4)"> <TR><TD><center> TEXT GOES HERE</center></TD></TR></TABLE> [/CODE] Please help!

Member Avatar for teedoff
0
124
Member Avatar for TylerTCF

Can someone tell me why it might be that my Title 1 and Title 2 wrap in the table? This is a snippet of 130 titles, some are long, some are short. I want the title block to be a fixed length and nicely formatted. Any suggestions? Thanks in advance. …

Member Avatar for TylerTCF
0
140
Member Avatar for NewOrder

how do i use code in html (i use dreamweaver) when i put a code ..what i get on my page: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Student student = new Student(); student.Name = "Dani"; student.Score = …

Member Avatar for NewOrder
0
156
Member Avatar for fuston05

im using a simple text input form. and the "value" is a default.. such as saying "title" in the title text feild to let users know this is where you enter your title. How can i make this default text disappear when a user clicks in text box to make …

Member Avatar for fuston05
0
125
Member Avatar for iLoveNoodle

what are the css properties i should look out for when styling for cross-browser consistency? or is there a good website that layout everything?

Member Avatar for drjohn
0
134
Member Avatar for kcott

Hi, all - I am not an IT pro like so many of you, but a marketer tasked with maintaining a few company websites and am struggling to get the hang of it again (I used to maintain a company website in a former life). One of the sites I'm …

Member Avatar for drjohn
0
127
Member Avatar for tbridge

I am new to AS3 and i need to make a game that can juggle several balls on a platform (controlled by a user). So far i've got one ball that can juggle, but i dont know how to import more balls. I want the user to be able to …

Member Avatar for rajarajan2017
0
96
Member Avatar for rudomsindo
Member Avatar for robertmacedonia

Hello to all, I am building an application in AS3 that loads swf files using UILoader. Each swf file has its own sounds included and the problem is that when I load the files - I load them all at once, and I need to show one at a time, …

0
86
Member Avatar for MoreBloodWine

Below is the code used to display a small input field on my [url=http://www.eojmarket.com]site[/url], well here's what I want to know. Using the pictures below I really like the way it displays (more uniform) in FF etc. but not in IE. It appears something is going on with the top …

Member Avatar for MoreBloodWine
0
130
Member Avatar for riverbay_media

I am having a problem coding my web site, Please see attached screenshot for a visual. Here is the css and HTML code [CODE] <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- #nav_bar { height: 50px; width: 350px; margin: 0px; padding: 0px; } #nav_bar li …

Member Avatar for riverbay_media
0
80
Member Avatar for SolidSolutions

I have 3 DIVs I'm floating left so they all line up in columns. The middle (2nd) DIV is a separator. The outer DIVs are the main content and I have set each of their width to 49.5% and the middle separator DIV to 1%. FF and IE seem to …

Member Avatar for almostbob
0
147
Member Avatar for xgldani

Hi Everyone, I'm new to building sites, have to make one for work. It's pretty simple/straightforward, but I got to having fun playing with it. So I have spry menus set up in it, one horizontal on all pages, & vertical ones on sub-pages. The menus appear fine in Firefox …

Member Avatar for Ritesh_4
0
98
Member Avatar for mushget

Im looking to make a css photo gallery. Very simple that can fit on one page, and has no javascript or anything fancy. It's for a school project and all we have learned is CSS and HTML coding.

Member Avatar for Ritesh_4
0
90
Member Avatar for teedoff

Not sure if I should post this here. But I know you can create rollovers to display image "popups" using jQuery. I'm sure there are some drawbacks to using this method, such as the drawbacks to using javascript in general...ie people turning off js and such. My question is this: …

Member Avatar for Ritesh_4
0
84
Member Avatar for stonest123

I've just started styling a website that i've designed but i have hit a problem straight away. that problem is that when i create a div for all my content to go into and try to give it a background color, it doesn't do anything, and if i give it …

Member Avatar for pakishpk
0
398
Member Avatar for RisTar

Hey I have a problem with background repeating and positioning in IE. For some reason the background of the header and the shadow underneath it is not repeating but there is another div tag inside of the header div tag and the background is repeating just fine! Help will be …

Member Avatar for ko ko
0
101
Member Avatar for SBlueman

I'd like to show the Zoints topic tag threadform when creating a new thread only in certain forums AND only to certain usergroups. What template conditionals would I use? And how should it be structured? Plus when both these requirements are met I need to show one of two threadforms …

Member Avatar for diafol
0
21

The End.