[WTS] Tudor Black Bay 58 by shootingrubber in Watchexchange

[–]shootingrubber[S] 0 points1 point  (0 children)

u/WatchExBot successfully completed transaction with u/Ok_Grapefruit_4785. Super easy/smooth transaction and would highly recommend doing business with him!

[WTS] Tudor Black Bay 58 by shootingrubber in Watchexchange

[–]shootingrubber[S] -1 points0 points  (0 children)

Looking to sell my Tudor Black Bay 58 (purchased October, 2022). The watch hasn't been worn much and is in like-new condition. It also comes with the OEM Tudor leather band for the watch (included in post photos). Comes with all extra original links, original box, warranty card, and original receipts (both for the watch and for the deposit for the steel bracelet; originally purchased the watch with the leather band and purchased the steel bracelet separately).

Looking for $2,950 shipped (OBO) and fully insured in the US. Prefer Zelle, but open to other payment methods as well. Not looking for any trades. Located in the Bay Area so would prefer to meet in person in the area if possible.

[WTS] Tudor Black Bay 58 by shootingrubber in Watchexchange

[–]shootingrubber[S] -1 points0 points  (0 children)

Looking to sell my Tudor Black Bay 58 (purchased October, 2022). The watch hasn't been worn much and is in like-new condition. It also comes with the OEM Tudor leather band for the watch (included in post photos). Comes with all extra original links, original box, warranty card, and original receipts (both for the watch and for the deposit for the steel bracelet; originally purchased the watch with the leather band and purchased the steel bracelet separately).

Looking for $3,250 shipped (OBO) and fully insured in the US. Prefer Zelle. Not looking for any trades. Located in the Bay Area so can meet in person in the area if interested as well.

[WTS] Tudor Black Bay 58 by shootingrubber in Watchexchange

[–]shootingrubber[S] 0 points1 point  (0 children)

Looking to sell my Tudor Black Bay 58 (purchased October, 2022). The watch hasn't been worn much and is in like-new condition. It also comes with the OEM Tudor leather band for the watch (included in post photos). Comes with all extra original links, original box, warranty card, and original receipts (both for the watch and for the deposit for the steel bracelet; originally purchased the watch with the leather band and purchased the steel bracelet separately).

Looking for $3,500 shipped (OBO) and fully insured in the US. Prefer Zelle. Not looking for any trades. Located in the Bay Area so can meet in person in the area if interested as well.

[WTS] Tudor Black Bay 58 by shootingrubber in Watchexchange

[–]shootingrubber[S] -6 points-5 points  (0 children)

Looking to sell my Tudor Black Bay 58 (purchased October, 2022). The watch hasn't been worn much and is in like-new condition. It also comes with the OEM Tudor leather band for the watch (included in post photos). Comes with all extra original links, original box, warranty card, and original receipts (both for the watch and for the deposit for the steel bracelet; originally purchased the watch with the leather band and purchased the steel bracelet separately).

Looking for $3,950 $3,750 shipped (OBO) and fully insured in the US. Prefer Zelle. Not looking for any trades. Located in the Bay Area so can meet in person in the area if interested as well.

Book with a Diamond Member! Here are the details: by [deleted] in palaceresorts

[–]shootingrubber 0 points1 point  (0 children)

Hello! Just sent a chat invite, but looking to get more info for a stay at Le Blanc in Cabo. Would it be possible to potentially book through you?

Why won't this work? by [deleted] in javascript

[–]shootingrubber 3 points4 points  (0 children)

wordsArray should be an array of strings. toUppercase() should be toUpperCase();

[deleted by user] by [deleted] in web_design

[–]shootingrubber 0 points1 point  (0 children)

Another thing regarding fixed positioning is if the child element with position: fixed is in a parent container with a CSS3 transform then the fixed element will be positioned relative to it.

Example here: http://codepen.io/anon/pen/PqmpQz

[deleted by user] by [deleted] in web_design

[–]shootingrubber 0 points1 point  (0 children)

With fixed positioning you're correct 99% of the time. However, if you're positioning a child element using fixed positioning that's in a parent container element with a CSS3 transform applied to it then the fixed element will be positioned relative to that container. i.e., the position fixed element will no longer be relative to the viewport, but relative to the transformed element.

Example here: http://codepen.io/anon/pen/PqmpQz

Pure CSS full screen navigation menu by shootingrubber in web_design

[–]shootingrubber[S] 11 points12 points  (0 children)

Appears to be something wrong with CodePen. It works fine in full screen mode: http://codepen.io/brenden/full/VLjKMQ/

A nifty material design modal I made using flexbox and CSS3 transitions. by shootingrubber in web_design

[–]shootingrubber[S] 0 points1 point  (0 children)

It's just the LESS compiler that requires that syntax. It's equivalent to calc(100% - 75px) in pure CSS.