473,398 Members | 2,188 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Heaps of CSS problems - very novel to it! Any help would be gr8!

14
:)
Hey All,
I've recently tried my hand with CSS. I know a good bit of html and thats more or less it. I've moved back to Ireland from Australia now and I'm trying to put a site together to keep in touch with my mates back home.
I've got a fair few questions so hopefully some of you cats can help!

At the bottom is a link to my website which is very much under construction. Please take a look at it and you'll understand what I need to know. By the way, my code is very messy-I write it all in notepad, if anyone knows of a better editor plz advise!

1. The menu on the left is done with half html/css. NB note that the LI bulletpoint does not highlight whereas it does on the very bottom menu which is completely CSS. Can you plz tell me how to not get the bulletpoint to highlight in the bottom menu.

2. As you can see I'm trying to implement CSS all in the one file - how can/do I make a css file and implement that where needed?

3. I'm trying to place a few tables on the main content of my page. The problems are very difficult here...
I'm basically don't understand DIV or SPAN or COLSPAN! :D
Funny at it seems but it is true! The way the site looks now is exactly (except the colourscheme) the way I want it to look when finished. I just cannot at the moment figure out positioning CSS. I work in 1200xwhatever resolution and when I resize the screen to see everything becomes messed up. Do I use % or px or what? If I use px when I resize the tables overlap etc etc etc.

Is there any way of just loading the main page and then loading tables from CSS files?

As you can see the menu at the bottom of the screen is meant to be under the left menu (just testing) but its not happening...

I use to program couple of yrs back in VB - I wish there were just x, y cordinates for the top left hand corner of an item. Or if I said width of a table is 50% then its 50% regardless of res.

4. I want people to able to register and login and upload their pics to my site too (I know nothing about how to even attempt this) however I know you have to start somewhere and I'm so far really enjoying the learning experience!

5. Do I need a database for point 4 or how or what way does that work? I've heard of ASP and SQL but not sure what they're for.

I'm not overly interested in flash - wanna keep the site relatively simple but still trying to learn CSS!

My very-early-staged website address is: http://homepage.eircom.net/~egoman/mysite.html

Thank you all very much for reading this and if you know anything about the above I'd really appreciate it!
CheArs,
Le007

PS what exactly in plain english does absolute, relative and "em" mean?
PPS I'm using IE (normal XP version) 1024x768 res 17" monitor if any of that matters!
Oct 5 '06 #1
5 1416
drhowarddrfine
7,435 Expert 4TB
Take all your css and put it in one file with the extension .css. Then, in the head section, add <link href="style.css" rel="stylesheet" type="text/css">. Of course, this file must be on your server.

The way you have your css now, you do not need <style type="text/css"> in front of every property.

Internet Explorer is the world's worst browser and does not perform according to the standards so some things you are trying to get to work may be a problem in that. Also, you are using deprecated elements and no doctype. I know you said it's just a hobby site but those are issues that must be considered.
Oct 5 '06 #2
moishy
104 100+
Why Don't you try Macromedia Dreamweaver?
Oct 5 '06 #3
le007
14
Thanks for taking the time to reply - what exactly is DOCTYPE?
I appreciate the css file - I'll do that now!
PS I don't have dreamweaver!
Oct 5 '06 #4
drhowarddrfine
7,435 Expert 4TB
Someone gave me Dreamweaver once. I use Notepad.

All web pages today should indicate to the browser which set of 'rules' the code is following. The 'Document Type Definition' is declared on the first line of every web page. All new pages should use the strict doctype which is this:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

When you add it to your page, IE may move things around as it brings itself into 'standards mode' and Firefox may display differently, too, once it knows what the ground rules are.
Oct 5 '06 #5
le007
14
Oh ok - thats cool-I'll try that!
Thanks, I'll put it in the head or something.

Did you view my site? Any other suggestions buddy?
Oct 5 '06 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: D.B.Karthik | last post by:
can anyone explain me how exactly PHPMVC works. if possible with some documents. Pls. do not give me the API's given in the site i could not able to find any thing with that.
5
by: ArShAm | last post by:
Hi there Please help me to optimize this code for speed I added /O2 to compiler settings I added /Oe to compiler settings for accepting register type request , but it seems that is not allowed...
0
by: Ked | last post by:
Any help in this matter will be gr8!! I have 1 XML file: I am giving the example: <emails> <email> <clients> <client>
6
by: Sathyaish | last post by:
I've searched Google and found a few, but I am not so satisfied. Any good reading on "stacks and heaps" about how and when memory is allocated from the heap?
0
by: ruca | last post by:
Hi, Can anyone tells me how can I use Novel authentication in my WebApplication??? What do I have to do??? At the moment I use Windows authentication using WindowsIdentity class. I...
3
by: Jeries Shahin | last post by:
Hi I am trying to copy files from a folder on a Novel machine, the folder is in the UMC format (i cannot map a network drive for some business reasons). Upon copying, it fires an IOException...
2
by: John Grandy | last post by:
Are Gen 0, Gen 1, Gen 2 heaps and Large Object Heaps physically contiguous ? Or are these abstract representations of groups of allocated segments in the general heap ? More specifically, are the...
14
by: vivek | last post by:
i have some doubts on dynamic memory allocation and stacks and heaps where is the dynamic memory allocation used? in function calls there are some counters like "i" in the below function. Is...
3
by: abhishek | last post by:
Hi group any idea on HOW TO HANDLE POINTERS FROM NON-LOCAL HEAPS?? Thank you
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.