Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
you still have loads of CSS in your HTML there matey, try and keep it all within the CSS doc rather than at the top of the HTML.
If you use Dreamweaver to add colours, sizes, borders, etc via the toolbar it tends to add them automatially...
iv recently done the same. pissed off with orange customer services, the fact they charge for delivery reports, reduce their MMS image sizes to hardly seeable and are complete clampits that lie when you ring them up!
iv had my ophone off for 2 days whilst they arsed about changing my number...
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
it is, but its just a fix for DIV positioning.
if you break up a line of text at the bottom of your 'content' area with the <br> and assign it the 'clearsides' property then it ensures the page unfolds and displays correctly. its not to...
i had IBM deskstars and they died on me!
best thing to do when buying a new HDD is read custoemr reviews on ebuyer. people tell you if they last or not. saved me a couple of times
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
<li> is for lists. I find them easie to create menu's using CSS as you can make rollovers work nicely for them if you add 'block' properties. see my cs above.
<a href> <a> is a web link/URL the # is there cos i dont know your actual...
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
with using DIVS there is a little trick you need to use.
If you look in my CSS above there is a '.clearsides' property.
at the end of your content, before the footer, you need to add a BR with the class as 'clearsides.
this makes sure...
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
yeh once you get the hang of it you'll be laughing mate!
Jon, nice site that pal, very clean and professional looking.
iv got 3 more sites needing doing, but I cant be arsed at the mo with spending most of my free time doing the angelworks...
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
give this a go, should look like this:
clicky
thats basicaly what u need to get going, with the layout structure. Study the html and css and play about with the css slightly and see how things change about. best way to learn is trial and...
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
better yes. you dont need to assign classes AND ID's to half your items though, just have an ID if tehre is only one occurance, and a class if there are more than one.
also advisable not to use spaces in file/folder names like in your css...
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
aye thats it mate. you did it right in the first place, but you had 2 stylesheets attatched, you only need one really which included everything.
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
right mate, first off looks like you have your CSS at the top of your html. all you need to do to combine whats in both your CSS docs is to copy all of whats in one of them, and paste it into another.
You were right in the first place with...
Re: trying to get my head around CSS!! AAARRRRGH!!!!!
can you post ya css too pal?
you only need one css document btw, just have your header, navbar, content etc css all in one css file. less confusing then :)
depending on the image you could use the magic wand tool which automatically selects edges. i would use the pen tool with 'paths' selected from the top toolbar instead of the default 'shape layers'
once you have it outlined spot on you then need to click on paths (one of teh tabs near the...