pulling your own teeth out!
Teaching yourself CSS is as fun as...
Collapse
X
-
Comment
-
Set their margins to 0px, as well as the margins and padding for the ul/ol itself.
IE likes to margin them out on it's own.
Anyway, CSS isn't all that much harder to learn than HTML itself, it can just be tricky getting layers to position themselves correctly.
But once you get it, you'll never look back.
30 lines of html with some CSS is WAY better than 400 lines of html with tables.Comment
-
-
-
hehe, I'm learning that stuff also at the moment
In the past I only used it to define the font, size and color of text-links ... converting a whole layout to css isn't going so good for me (yet)
Pretty neat things you can do with it, no doubt about that.Spank me
Dude, where's my traffic?Comment
-
Comment
-
-
Css is kinda cool, cause it makes sense
But its all Macs around here...
... so we get to enjoy the happy bliss of Mac Firefox and Safari 3 
.... then we open the page in Windows IE and realise we've been lied to all along!!!!!!!ICQ: 446-568-913 Email: liam||goodingsmedia.com msn: [email protected]
Comment
-
Its mostly impossible to have same distances in ie and ff
but u can use code that ie dont interpret like html>body li {margin-left:10px;}Comment
-
Wrong, it's not impossible at all. I covered that in the my first point here:
http://www.gofuckyourself.com/showthread.php?t=750159Comment
-
CSS is your friend :PUUGallery Builder - automated photo/video gallery plugin for Wordpress!
Stop looking!
Checkout Naked Hosting, online since 1999 ! 

Comment
-
Maybe not distances, but there are variant factors between FF and IE that affect CSS and display -look at my background on http://blog.livecamnetwork.com/ in FF and then in IE.
IE is still more forgiving (it uses the w3c deprecated dtd) than FF with even strict html - but (and I haven't spent hours trying to figure it out) this disappearing background on the right hand of the page is NUTS. Couldn't z-index it or anything to make it come out.
Is it the nesting? I KNOW i could fix this by using tables but... no no no!
Any idea without having to go through the code line by line what it could be?
YOU Are Industry News!
Press Releases: pr[at]payoutmag.com
Facebook: Payout Magazine! Facebook: MIKEB!
ICQ: 248843947
Skype: Mediaguy1Comment
-
-
Comment
-
come on, it's not that hard... it's pretty much just learning html...Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip ManagerComment
-
FF and IE handle the css box model differently which is a royal pain in the ass everytime. I wish these people would realise that by handling the most very basic web design standards incorrectly or differently, they serve to screw us all.
Having to insert hacks and shit is never a good thing, but seems par for the course when talking about microsoft, doesnt it?43-922-863 Shut up and play your guitar.
Comment
-
PERL is fun....Code:$lessbullshit = 'bubbathr='.$text.'&[email protected]&addy='.$url.'&cmentbak='.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'&submit=Say%20It!&'; $morebullshit = 'uathor_spamsucks='.$text.'&[email protected]&rul_spamsucks='.$url.'&ocmment_spamsucks='.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'&usbmit_spamsucks=Say%20It!&'; $bullshit = 'spam_guard_check=1&human=i%20am%20human&mindy=Mindy&8d10f63aeadd9bbd91a9325fe85d102d=608&xAbhhngTHAzToLmvVS=354&81d53df0d5f3543779472665467205f3=1554&ulrika=Ulrika&mike=mike&yousuck=alot&antispam=stew&spam_guard_check=1&checkpoint=spammers_go_home&16a13c892451bfc0063703fab1859ffa=4088&'; $clip = $lessbullshit.$morebullshit.$bullshit.'comment_post_ID='.$number.'&author='.$text.'&[email protected]&url='.$url.'&comment='.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'&submit=Submit%20Comment'; $request = HTTP::Request->new('POST',$sitename,$h); $request->content_type('application/x-www-form-urlencoded'); $request->content($clip); $request->referer($sitename); $response = $ua->simple_request($request); print $response->code(),"\n"; $request = HTTP::Request->new('GET',$urla.$number,$h); $request->content_type('application/x-www-form-urlencoded'); $response = $ua->simple_request($request);
Comment


!!
Comment